Android Studio – The argument type 'dynamic' can't be assigned to the parameter type 'FirebaseOptions?'
Hello I am trying to implement firebase authentication in my flutter app I am getting this error 'Undefined name 'DefaultFirebaseOptions'.' Sample source code from firebase page:Get to know Firebase for Flutter Here is the code for reference: import 'package:firebase_auth/firebase_auth.dart'; import…