SimpleCloudNotifier/flutter/macos/Flutter/GeneratedPluginRegistrant.swift

19 lines
643 B
Swift
Raw Normal View History

2024-02-10 18:29:41 +01:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-05-25 18:09:39 +02:00
import package_info_plus
2024-05-23 20:05:55 +02:00
import path_provider_foundation
2024-02-11 02:20:48 +01:00
import shared_preferences_foundation
2024-02-18 16:23:10 +01:00
import url_launcher_macos
2024-02-10 18:29:41 +01:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-05-25 18:09:39 +02:00
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
2024-05-23 20:05:55 +02:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2024-02-11 02:20:48 +01:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-02-18 16:23:10 +01:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2024-02-10 18:29:41 +01:00
}