2024-08-06 22:37:33 -04:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-08-13 20:04:37 -04:00
|
|
|
import audioplayers_darwin
|
2024-08-13 21:03:42 -04:00
|
|
|
import flutter_secure_storage_macos
|
2024-08-08 18:31:24 -04:00
|
|
|
import path_provider_foundation
|
2024-08-06 22:37:33 -04:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-08-13 20:04:37 -04:00
|
|
|
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
|
2024-08-13 21:03:42 -04:00
|
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
2024-08-08 18:31:24 -04:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2024-08-06 22:37:33 -04:00
|
|
|
}
|