yubioath-flutter/macos/Flutter/GeneratedPluginRegistrant.swift
Adam Velebil d095c1dc70
bump
2023-01-19 11:01:42 +01:00

21 lines
735 B
Swift
Executable File

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