17 lines
513 B
Swift
17 lines
513 B
Swift
![]() |
//
|
||
|
// Generated file. Do not edit.
|
||
|
//
|
||
|
|
||
|
import FlutterMacOS
|
||
|
import Foundation
|
||
|
|
||
|
import file_picker
|
||
|
import flutter_secure_storage_macos
|
||
|
import path_provider_foundation
|
||
|
|
||
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||
|
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
|
||
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
||
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
||
|
}
|