QueryFakeAndStreamController constructor
QueryFakeAndStreamController(
- QueryFake queryFake,
- StreamController<
QuerySnapshot< controllerMap< >String, dynamic> >
Implementation
QueryFakeAndStreamController(this.queryFake, this.controller);