mobile-flutter/covas_mobile/macos/Flutter/GeneratedPluginRegistrant.swift

15 lines
404 B
Swift
Raw Normal View History

2022-08-27 12:14:34 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import path_provider_foundation
2024-06-19 23:24:42 +02:00
import shared_preferences_foundation
2022-08-27 12:14:34 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2022-09-17 21:31:10 +02:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2022-08-27 12:14:34 +02:00
}