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
-
getListenerLatesEvent(BuildContext context, {required dynamic callBackNavigationCallPage(BuildContext context, CallModel response)})
→ Future<void>
-
-
initCallKit(BuildContext context, {FirebaseMessaging? messaging, required dynamic error(String), required dynamic callback(CallModel)})
→ Future<void>
-
-
initFCM({required String? name})
→ Future<void>
-
-
initListenerEvent(BuildContext context, {required dynamic callback(BuildContext context, CallModel response)})
→ Future<void>
-
-
onListernerCallEvent(BuildContext context, {dynamic onCallBackAccept(BuildContext context, CallModel response)?, dynamic onCallBackSuggestPage(BuildContext context, CallModel response)?, dynamic onCallBackCallEnd(BuildContext context, CallModel response)?, bool isInitFirebase = false})
→ Future<void>
-
-
onListernerCallEventFirebase(BuildContext context, {required dynamic onCallBackSuggestPage(BuildContext context, CallModel response), required dynamic onCallBackCallEnd(BuildContext context, CallModel response)})
→ Future<void>
-
-
onListernerCallStatus({dynamic onCallBackIncoming()?, dynamic onCallBackDecline()?, required CallModel response})
→ Future<void>
-