callStateStream static method

Stream<DocumentSnapshot<Object?>> callStateStream(
  1. dynamic id
)

Implementation

static Stream<DocumentSnapshot> callStateStream(id) =>
    _callStatesCollection.doc(id).snapshots();