GeneratedPluginRegistrant.swift 659 B

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