获取应用的versionCode
static Future<int> get getVersionCode async { return await _channel.invokeMethod('getVersionCode'); }