Skip to content

Commit 150f6b4

Browse files
committed
Fix role codegen
1 parent 0acaf89 commit 150f6b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ import firebase_auth
1010
import firebase_core
1111
import path_provider_foundation
1212
import url_launcher_macos
13-
import webview_flutter_wkwebview
1413

1514
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
1615
FLTFirebaseFirestorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseFirestorePlugin"))
1716
FLTFirebaseAuthPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAuthPlugin"))
1817
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
1918
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2019
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
21-
FLTWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "FLTWebViewFlutterPlugin"))
2220
}

0 commit comments

Comments
 (0)