getPushVersionName method

Future<String> getPushVersionName ()

获取OPPO PUSH推送服务MCS名称(例如“2400”)

Implementation

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