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