Returns the current platform version.
@override Future<String?> get platformVersion async { return await methodChannel.invokeMethod<String>('getPlatformVersion'); }