Returns the platform version as a String.
@override Future<String?> getPlatformVersion() => methodChannel.invokeMethod<String>('getPlatformVersion');