You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
399 B

2 years ago
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2 years ago
import file_selector_macos
import shared_preferences_foundation
2 years ago
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2 years ago
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2 years ago
}