123456789101112131415161718192021222324252627 |
- //
- // Generated file. Do not edit.
- //
- import FlutterMacOS
- import Foundation
- import assets_audio_player
- import assets_audio_player_web
- import file_picker_writable
- import path_provider_foundation
- import printing
- import shared_preferences_foundation
- import sqflite
- import url_launcher_macos
- func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- AssetsAudioPlayerPlugin.register(with: registry.registrar(forPlugin: "AssetsAudioPlayerPlugin"))
- AssetsAudioPlayerWebPlugin.register(with: registry.registrar(forPlugin: "AssetsAudioPlayerWebPlugin"))
- FilePickerWritablePlugin.register(with: registry.registrar(forPlugin: "FilePickerWritablePlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
- UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
- }
|