fetchDoc abstract method

Future<Map<String, dynamic>?> fetchDoc(
  1. String collection,
  2. String docId
)

Implementation

Future<Map<String, dynamic>?> fetchDoc(String collection, String docId);