13 lines
273 B
Swift
13 lines
273 B
Swift
|
|
//
|
||
|
|
// Generated file. Do not edit.
|
||
|
|
//
|
||
|
|
|
||
|
|
import FlutterMacOS
|
||
|
|
import Foundation
|
||
|
|
|
||
|
|
import webview_flutter_wkwebview
|
||
|
|
|
||
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||
|
|
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
|
||
|
|
}
|