relatica/macos/Flutter/GeneratedPluginRegistrant.s...

19 wiersze
601 B
Swift
Czysty Zwykły widok Historia

2022-11-03 03:25:29 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2022-11-09 02:19:44 +00:00
import desktop_window
import path_provider_macos
import shared_preferences_macos
import sqflite
2022-11-03 03:25:29 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2022-11-09 02:19:44 +00:00
DesktopWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWindowPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
2022-11-03 03:25:29 +00:00
}