Returns the platform version string (for diagnostics).
@override Future<String?> getPlatformVersion() async { return 'Desktop'; }