Main coves client
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 shared_preferences_foundation
13import sqflite_darwin
14import url_launcher_macos
15import video_player_avfoundation
16import window_to_front
17
18func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
19 DesktopWebviewWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWebviewWindowPlugin"))
20 FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
21 FlutterWebAuth2Plugin.register(with: registry.registrar(forPlugin: "FlutterWebAuth2Plugin"))
22 PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
23 SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
24 SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
25 UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
26 FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
27 WindowToFrontPlugin.register(with: registry.registrar(forPlugin: "WindowToFrontPlugin"))
28}