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.
 
 
 
 
 
 

19 line
604 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. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  11. AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
  12. AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
  13. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  14. RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
  15. }