| 12345678910111213141516171819202122 |
- //
- // Generated file. Do not edit.
- //
- import FlutterMacOS
- import Foundation
- import audioplayers_darwin
- import device_info_plus
- import games_services
- import path_provider_foundation
- import shared_preferences_foundation
- import url_launcher_macos
- func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
- DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
- SwiftGamesServicesPlugin.register(with: registry.registrar(forPlugin: "SwiftGamesServicesPlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
- }
|