1// 2// Generated file. Do not edit. 3// 4 5import FlutterMacOS 6import Foundation 7 8import desktop_webview_window 9import flutter_secure_storage_macos 10import flutter_web_auth_2 11import path_provider_foundation 12import share_plus 13import shared_preferences_foundation 14import sqflite_darwin 15import url_launcher_macos 16import video_player_avfoundation 17import window_to_front 18 19func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { 20 DesktopWebviewWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWebviewWindowPlugin")) 21 FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin")) 22 FlutterWebAuth2Plugin.register(with: registry.registrar(forPlugin: "FlutterWebAuth2Plugin")) 23 PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) 24 SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin")) 25 SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin")) 26 SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin")) 27 UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) 28 FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin")) 29 WindowToFrontPlugin.register(with: registry.registrar(forPlugin: "WindowToFrontPlugin")) 30}