gemini-app/macos/Flutter/GeneratedPluginRegistrant.swift

13 lines
268 B
Swift
Raw Permalink Normal View History

2024-07-16 19:02:02 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-08-09 01:03:08 +02:00
import path_provider_foundation
2024-07-16 19:02:02 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-08-09 01:03:08 +02:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2024-07-16 19:02:02 +02:00
}