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