25 lines
772 B
Swift
25 lines
772 B
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import device_info_plus
|
|
<<<<<<< HEAD
|
|
=======
|
|
import path_provider_foundation
|
|
>>>>>>> c5a85e05a3bb50cd4ea7de0da2db94c867eb7ddd
|
|
import shared_preferences_foundation
|
|
import sqflite_darwin
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
|
<<<<<<< HEAD
|
|
=======
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
>>>>>>> c5a85e05a3bb50cd4ea7de0da2db94c867eb7ddd
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
}
|