FireDartFirestoreGatewayStreamCache constructor
FireDartFirestoreGatewayStreamCache({})
Implementation
FireDartFirestoreGatewayStreamCache(
{this.onDone, required this.userInfo, Function(Object e)? onError})
: onError = onError ?? _handleErrorStub;