File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
example_chat_bot/macos/Flutter Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import FlutterMacOS
66import Foundation
77
88import cloud_firestore
9- import cloud_functions
109import firebase_auth
1110import firebase_core
1211import path_provider_foundation
@@ -15,7 +14,6 @@ import url_launcher_macos
1514
1615func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
1716 FLTFirebaseFirestorePlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseFirestorePlugin " ) )
18- FLTFirebaseFunctionsPlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseFunctionsPlugin " ) )
1917 FLTFirebaseAuthPlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseAuthPlugin " ) )
2018 FLTFirebaseCorePlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseCorePlugin " ) )
2119 PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
You can’t perform that action at this time.
0 commit comments