ConnectycubeFlutterCallKit class

Constructors

ConnectycubeFlutterCallKit()
factory

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

init({CallEventHandler? onCallAccepted, CallEventHandler? onCallRejected}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance ConnectycubeFlutterCallKit
no setter
onCallAcceptedWhenTerminated ↔ (dynamic Function(String mettingId, String uuid, int callType, int callerId, String callerName, String callerAvatar, Set<int> opponentsIds, Map<String, String>? userInfo)?)
getter/setter pair
onCallRejectedWhenTerminated ↔ (dynamic Function(String mettingId, String uuid, int callType, int callerId, String callerName, Set<int> opponentsIds, Map<String, String>? userInfo)?)
getter/setter pair
tag String
getter/setter pair

Static Methods

getLastCallData() Future<Map<String, dynamic>?>
initMessagesHandler() → void
reportCallAccepted({required String? uuid}) Future<void>
reportCallEnded({required String? uuid}) Future<void>
setOnLockScreenVisibility({required bool? isVisible}) Future<void>
showCallNotification({required String? mettingId, required String? uuid, required int? callType, required int? callerId, required String? callerName, required String? callerAvatar, required Set<int>? opponentsIds, Map<String, String>? userInfo}) Future<void>