AppFlowy/app_flowy/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
465 B
Swift
Raw Normal View History

2021-06-19 15:41:19 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import flowy_sdk
import path_provider_macos
import window_size
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlowySdkPlugin.register(with: registry.registrar(forPlugin: "FlowySdkPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
WindowSizePlugin.register(with: registry.registrar(forPlugin: "WindowSizePlugin"))
}