shared/helper/call_helper
library
Functions
-
convertImagePath(String? image)
→ String
-
-
fcmCallMessageCallBack({BuildContext? context, String? where, RemoteMessage? message, dynamic error(String)?, dynamic callBack(CallModel)?})
→ Future<void>
-
-
firebaseMessagingBackgroundHandler(RemoteMessage? message)
→ Future<void>
-
-
getDateTime()
→ String
-
-
initCallInComingSocket()
→ void
-
-
isCheckRoom({required String? status, required String? currentRoomName, required String? roomName})
→ bool
-
-
isCheckTimerCall(String? updateAt)
→ bool
-
-
onAcceptCall(dynamic _callId, {required String status})
→ void
-
-
onEndCall(dynamic _callId, {required String status, String? where})
→ Future<void>
-
-
onStartCall(dynamic _callId, CallModel? data, {required String status, String? where})
→ Future<void>
-
-
removeCallEvent({String? callId})
→ Future<void>
-
-
showCallkitIncoming(String uuid, String roomName, {Map<String, dynamic>? data})
→ Future<void>
-
-
showSnackbarInfo(BuildContext? context, {required String content})
→ void
-