collectionControllerCountForTesting<T> function
Returns the number of active typed collection stream controllers.
Implementation
@visibleForTesting
int collectionControllerCountForTesting<T>(TDummyFirestoreApi<T> api) =>
api._collectionControllers.length;