callComingGet static method

Future<DocumentSnapshot<Object?>> callComingGet()

Implementation

static Future<DocumentSnapshot> callComingGet() =>
    _callCollection.doc(loggedUsername).get();