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'
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'