2020-04-06 15:02:57 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2020-08-06 18:08:02 +00:00
|
|
|
import path_provider_macos
|
2020-08-22 10:07:34 +00:00
|
|
|
import audio_session
|
2020-04-06 15:02:57 +00:00
|
|
|
import just_audio
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2020-08-06 18:08:02 +00:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2020-08-22 10:07:34 +00:00
|
|
|
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
|
2020-04-06 15:02:57 +00:00
|
|
|
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
|
|
|
|
}
|