fireship-io / flutter-firebase-quizapp-course

QuizApp Built with Flutter & Firebase
https://fireship.io/courses/flutter-firebase/
563 stars 242 forks source link

Firestore service error #27

Closed EKivutha closed 2 years ago

EKivutha commented 2 years ago

In the main.dart file create: (_) => FirestoreService().streamReport(),

generates an not found error.

The method 'FirestoreService' isn't defined for the type '_AppState'. Try correcting the name to the name of an existing method, or defining a method ``named 'FirestoreService'