snapshots method

Future<List<DocumentSnapshot>> snapshots()

Implementation

Future<List<DocumentSnapshot>> snapshots() async {
  return client.listDocumentSnapshots('$path');
}