getPlatformVersion method
Host OS and version, for checking the bridge is alive. See
AppwinNotifications.getPlatformVersion.
Implementation
@override
Future<String?> getPlatformVersion() {
return methodChannel.invokeMethod<String>('getPlatformVersion');
}