Returns a String containing the version of the platform.
@override Future<String?> getPlatformVersion() async { // Avoid dart:html to keep analyzer clean and dependencies minimal. return 'web'; }