GeneratedPluginRegistrant.swift 611 B

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