| 1234567891011121314151617181920212223242526 |
- //
- // Generated file. Do not edit.
- //
- import FlutterMacOS
- import Foundation
- import device_info_plus
- import jc_audio_player
- import package_info_plus
- import path_provider_foundation
- import rate_my_app
- import share_plus
- import shared_preferences_foundation
- import sqflite_darwin
- func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
- JcAudioPlayerPlugin.register(with: registry.registrar(forPlugin: "JcAudioPlayerPlugin"))
- FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- SwiftRateMyAppPlugin.register(with: registry.registrar(forPlugin: "SwiftRateMyAppPlugin"))
- SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
- }
|