DocumentCallback<T> typedef

DocumentCallback<T> = void Function(int index, DocumentSnapshot<T> snapshot)

Implementation

typedef void DocumentCallback<T>(int index, DocumentSnapshot<T> snapshot);