streamDocument method

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

Implementation

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