Returns the platform name and version, e.g. Android 14 or iOS 17.5.
Android 14
iOS 17.5
@override Future<String?> getPlatformVersion() async { return methodChannel.invokeMethod<String>('getPlatformVersion'); }