getPlatformVersion static method

Future<String> getPlatformVersion()

Implementation

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