flutter_sudoku/macos/Flutter/GeneratedPluginRegistrant.swift

15 lines
409 B
Swift
Raw Permalink Normal View History

2025-11-07 17:07:22 +09:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2025-11-10 18:02:01 +09:00
import shared_preferences_foundation
2025-11-07 17:07:22 +09:00
import webview_flutter_wkwebview
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2025-11-10 18:02:01 +09:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2025-11-07 17:07:22 +09:00
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
}