CallHelper class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
callComingGet()
→ Future<DocumentSnapshot<Object?>>
-
-
callCommingStream()
→ Stream<DocumentSnapshot<Object?>>
-
-
callStateStream(dynamic id)
→ Stream<DocumentSnapshot<Object?>>
-
-
dial({required String receiverId, required String? receiverName, String? callerId, String? callerName, String? callerPic, String? receiverPic, bool? isvideocall = true, Map? data})
→ Future<Call?>
-
-
endCall({required Call call, required dynamic status})
→ Future
-
-
permissions({bool isVideo = true})
→ Future<bool>
-
-
updateCallState(dynamic id, {dynamic status, dynamic pickedAt, dynamic endAt, dynamic infoCall})
→ Future
-