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