2021-11-19 10:50:09 +03:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2022-03-28 11:58:09 +03:00
|
|
|
import mobile_scanner
|
2021-11-19 13:04:08 +03:00
|
|
|
import shared_preferences_macos
|
2021-12-03 12:27:29 +03:00
|
|
|
import window_manager
|
2021-11-19 10:50:09 +03:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2022-03-28 11:58:09 +03:00
|
|
|
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
|
2021-11-19 13:04:08 +03:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2021-12-03 12:27:29 +03:00
|
|
|
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
|
2021-11-19 10:50:09 +03:00
|
|
|
}
|