Example method to get platform version (for plugin interface compatibility)
Future<String?> getPlatformVersion() async { return 'Web'; }