fetchDocs abstract method

Future<List<Map<String, dynamic>>> fetchDocs(
  1. String collection
)

Implementation

Future<List<Map<String, dynamic>>> fetchDocs(String collection);