getPlatformVersion method
Host OS and version, for checking the bridge is alive. See
AppwinNotifications.getPlatformVersion.
Implementation
Future<String?> getPlatformVersion() {
throw UnimplementedError('getPlatformVersion() has not been implemented.');
}