getDocument method

Future<DocumentSnapshot<Map<String, dynamic>>> getDocument({
  1. required DocumentReference<Map<String, dynamic>> docRef,
})

Implementation

Future<DocumentSnapshot<Map<String, dynamic>>> getDocument({
  required DocumentReference<Map<String, dynamic>> docRef,
}) => _service.getDocument(docRef: docRef);