getPushVersionCode method

Future<int> getPushVersionCode ()

获取OPPO PUSH推送服务MCS版本(例如“2.4.0”)

Implementation

static Future<int> getPushVersionCode() async {
  return await _channel.invokeMethod("getPushVersionCode");
}