// // Generated file. Do not edit. // import FlutterMacOS import Foundation import file_selector_macos import mobile_scanner import shared_preferences_foundation import speech_to_text import sqflite_darwin import url_launcher_macos import vosk_flutter_service func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin")) MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin")) SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin")) SpeechToTextPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextPlugin")) SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) VoskFlutterPlugin.register(with: registry.registrar(forPlugin: "VoskFlutterPlugin")) }