2021-05-31 23:18:49 +07:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-09-25 12:01:47 +07:00
|
|
|
import flutter_inappwebview
|
2021-05-31 23:18:49 +07:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2023-09-25 12:01:47 +07:00
|
|
|
InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
|
2021-05-31 23:18:49 +07:00
|
|
|
}
|