firestore_list library
Classes
-
FirestoreList<
T> -
Handles
DocumentChange
events, errors and streaming
Typedefs
-
DocumentCallback<
T> = void Function(int index, DocumentSnapshot< T> snapshot) - ErrorCallback = void Function(Exception error)
-
FilterCallback<
T> = bool Function(DocumentSnapshot< T> snapshot) -
QueryCallback<
T> = void Function(QuerySnapshot< T> querySnapshot) -
ValueCallback<
T> = void Function(DocumentSnapshot< T> snapshot)