url_launcher autogenerated code

This commit is contained in:
2024-09-05 20:39:39 -04:00
parent b467f1c931
commit b66a5811ae
7 changed files with 23 additions and 0 deletions

View File

@@ -7,8 +7,10 @@ import Foundation
import audioplayers_darwin
import path_provider_foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}