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