17 lines
476 B
Swift
17 lines
476 B
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import audio_session
|
|
import path_provider_foundation
|
|
import record_darwin
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
|
|
}
|