Returns a host OS version string when the platform supports it.
@override Future<String?> getPlatformVersion() async { return methodChannel.invokeMethod<String>('getPlatformVersion'); }