todotxt_reminder/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
542 B
Swift
Raw Permalink Normal View History

2023-01-07 17:15:32 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import flutter_local_notifications
import flutter_window_close
import path_provider_macos
2023-01-07 17:15:32 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
FlutterWindowClosePlugin.register(with: registry.registrar(forPlugin: "FlutterWindowClosePlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2023-01-07 17:15:32 +00:00
}