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 window_to_front
16
17func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
18 DesktopWebviewWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWebviewWindowPlugin"))
19 FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
20 FlutterWebAuth2Plugin.register(with: registry.registrar(forPlugin: "FlutterWebAuth2Plugin"))
21 PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
22 SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
23 SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
24 UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
25 WindowToFrontPlugin.register(with: registry.registrar(forPlugin: "WindowToFrontPlugin"))
26}