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