| ////  Generated file. Do not edit.//import FlutterMacOSimport Foundationimport flowy_editorimport path_provider_macosimport url_launcher_macosfunc RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {  FlowyEditorPlugin.register(with: registry.registrar(forPlugin: "FlowyEditorPlugin"))  PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))  UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))}
 |