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.
 
 
 
 
 
 

21 satır
740 B

  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import audio_session
  7. import audioplayers_darwin
  8. import path_provider_foundation
  9. import record_darwin
  10. import shared_preferences_foundation
  11. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  12. AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
  13. AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
  14. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  15. RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
  16. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  17. }