autogenerated code from audioplayers plugin

This commit is contained in:
2024-09-05 19:24:36 -04:00
parent fe8c61b13b
commit e753a69fbf
17 changed files with 380 additions and 1 deletions

View File

@@ -5,6 +5,10 @@
import FlutterMacOS
import Foundation
import audioplayers_darwin
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}