mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
17 lines
461 B
Swift
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"))
|
|
}
|