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