getPlatformVersion static method

Future<String?> getPlatformVersion()

Implementation

static Future<String?> getPlatformVersion() {
  return _methodChannel.invokeMethod('getPlatformVersion');
}