menu
_private_chat_plugin package
documentation
call/call_helper.dart
CallHelper
callComingGet static method
callComingGet static method
dark_mode
light_mode
callComingGet
static method
Future
<
DocumentSnapshot
<
Object
?
>
>
callComingGet
(
)
Implementation
static Future<DocumentSnapshot> callComingGet() => _callCollection.doc(loggedUsername).get();
_private_chat_plugin package
documentation
call/call_helper
CallHelper
callComingGet static method
CallHelper class