bullseye/macos/Flutter/GeneratedPluginRegistrant.swift
Tony Bark 9e475f6a34 Added prompt and control widgets
- Updated iOS portion of project
- Always to default landscape
2021-05-28 04:59:28 -04:00

12 lines
263 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import path_provider_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}