GeneratedPluginRegistrant.swift 500 B

12345678910111213141516
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import file_selector_macos
  7. import shared_preferences_foundation
  8. import sqflite_darwin
  9. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  10. FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
  11. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  12. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  13. }