main function

  1. @GenerateMocks([LoggingService, DocumentSnapshot, DocumentChange, FirebaseFirestore, CollectionReference, DocumentReference, Query, QuerySnapshot, StreamSubscription], customMocks: [MockSpec<FunctionMock>(as: #MockFunction)])
void main()

Implementation

@GenerateMocks([
  LoggingService,
  DocumentSnapshot,
  DocumentChange,
  FirebaseFirestore,
  CollectionReference,
  DocumentReference,
  Query,
  QuerySnapshot,
  StreamSubscription,
], customMocks: [
  MockSpec<FunctionMock>(as: #MockFunction),
])
void main() {}