GeneratedPluginRegistrant.swift 390 B

1234567891011121314
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import record_macos
  7. import shared_preferences_foundation
  8. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  9. RecordMacOsPlugin.register(with: registry.registrar(forPlugin: "RecordMacOsPlugin"))
  10. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  11. }