firewallet-mobile/macos/Flutter/GeneratedPluginRegistrant.swift

15 lines
396 B
Swift
Raw Normal View History

2024-06-03 13:04:05 +10:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-06-03 13:40:27 +10:00
import shared_preferences_foundation
2024-06-03 17:06:45 +10:00
import url_launcher_macos
2024-06-03 13:04:05 +10:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-06-03 13:40:27 +10:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-06-03 17:06:45 +10:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2024-06-03 13:04:05 +10:00
}