fooder-app/macos/Flutter/GeneratedPluginRegistrant.swift

15 lines
409 B
Swift
Raw Permalink Normal View History

2023-07-29 18:10:10 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import flutter_secure_storage_macos
import path_provider_foundation
2023-07-29 18:10:10 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2023-07-29 18:10:10 +02:00
}