ontimehaulers/macos/Flutter/GeneratedPluginRegistrant.swift

19 lines
604 B
Swift
Raw Normal View History

2024-11-05 12:29:06 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import device_info_plus
import pdfx
import url_launcher_macos
import webview_flutter_wkwebview
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
PdfxPlugin.register(with: registry.registrar(forPlugin: "PdfxPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
FLTWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "FLTWebViewFlutterPlugin"))
}