mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
15 lines
303 B
Swift
15 lines
303 B
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import federated_plugin_macos
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
FederatedPluginMacosPlugin.register(with: registry.registrar(forPlugin: "FederatedPluginMacosPlugin"))
|
|
}
|