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