yubioath-flutter/macos/Flutter/GeneratedPluginRegistrant.swift
2022-06-05 12:26:40 +02:00

19 lines
611 B
Swift
Executable File

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import desktop_drop
import shared_preferences_macos
import url_launcher_macos
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}