25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- //
- // Generated file. Do not edit.
- //
-
- import FlutterMacOS
- import Foundation
-
- import audio_session
- import audioplayers_darwin
- import path_provider_foundation
- import record_darwin
- import shared_preferences_foundation
-
- func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
- AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- }
|