1234567891011121314151617181920212223242526272829303132 |
- //
- // Generated file. Do not edit.
- //
- import FlutterMacOS
- import Foundation
- import audio_session
- import just_audio
- import package_info_plus
- import path_provider_foundation
- import share_plus
- import shared_preferences_foundation
- import sqflite_darwin
- import url_launcher_macos
- import video_player_avfoundation
- import wakelock_plus
- import webview_flutter_wkwebview
- func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
- JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
- FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
- UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
- FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
- WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
- WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
- }
|