GeneratedPluginRegistrant.swift 895 B

12345678910111213141516171819202122
  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 games_services
  9. import path_provider_foundation
  10. import shared_preferences_foundation
  11. import url_launcher_macos
  12. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  13. AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
  14. DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
  15. SwiftGamesServicesPlugin.register(with: registry.registrar(forPlugin: "SwiftGamesServicesPlugin"))
  16. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  17. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  18. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  19. }