static Future<String?> getPlatformVersion() async { String version = await methodChannel.invokeMethod('getPlatformVersion'); return version; }