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