You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
476 B

8 months ago
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
8 months ago
import path_provider_foundation
import printing
import share_plus
8 months ago
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
8 months ago
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
8 months ago
}