1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/experimental/desktop_photo_search/macos/Flutter/GeneratedPluginRegistrant.swift
2019-12-11 07:22:42 +11:00

17 lines
461 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import file_chooser
import menubar
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileChooserPlugin.register(with: registry.registrar(forPlugin: "FileChooserPlugin"))
MenubarPlugin.register(with: registry.registrar(forPlugin: "MenubarPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}