You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MTMusic/macos/Flutter/GeneratedPluginRegistrant.s...

23 lines
859 B

11 months ago
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import audio_session
11 months ago
import audioplayers_darwin
import file_selector_macos
import just_audio
11 months ago
import path_provider_foundation
import shared_preferences_foundation
11 months ago
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
11 months ago
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
11 months ago
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
11 months ago
}