Retrieves the platform version (debug/info utility).
@override Future<String?> getPlatformVersion() async { return 'Web'; }