I'm trying to implement your plugin into my Flutter app and I'm greeted with this warning/error in my locator.dart file
'CloudFunctions' is deprecated and shouldn't be used. Constructing CloudFunctions is deprecated, use 'FirebaseFunctions.instance' or 'FirebaseFunctions.instanceFor' instead. Try replacing the use of the deprecated member with the replacement.
I'm trying to implement your plugin into my Flutter app and I'm greeted with this warning/error in my
locator.dart
file'CloudFunctions' is deprecated and shouldn't be used. Constructing CloudFunctions is deprecated, use 'FirebaseFunctions.instance' or 'FirebaseFunctions.instanceFor' instead. Try replacing the use of the deprecated member with the replacement.
Open documentation