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

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