getVersionCode property

Future<int> get getVersionCode

获取应用的versionCode

Implementation

static Future<int> get getVersionCode async {
  return await _channel.invokeMethod('getVersionCode');
}