Returns the Android version string.
Future<String?> getPlatformVersion() { return _channel.invokeMethod('getPlatformVersion'); }