callCommingStream static method

Stream<DocumentSnapshot<Object?>> callCommingStream()

Implementation

static Stream<DocumentSnapshot> callCommingStream() =>
    _callCollection.doc(loggedUsername).snapshots();