getPlatformVersion method

Future<String?> getPlatformVersion()

Implementation

Future<String?> getPlatformVersion() async => await methodChannel.invokeMethod<String>('getPlatformVersion');