getPlatformVersion method

Future<String?> getPlatformVersion()

Returns the Android version string.

Implementation

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