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.

23 lines
908 B

1 month ago
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import file_selector_macos
1 month ago
import firebase_core
import firebase_messaging
import flutter_secure_storage_macos
1 month ago
import path_provider_foundation
1 month ago
import shared_preferences_foundation
1 month ago
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
1 month ago
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
1 month ago
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
1 month ago
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
1 month ago
}