FlutterTwilio class

Constructors

FlutterTwilio()

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

Operators

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

Static Properties

event FlutterTwilioEvent?
no setter
onCallConnecting Stream<FlutterTwilioEvent>
no setter
onCallEvent Stream<FlutterTwilioEvent>
no setter

Static Methods

getActiveCall() Future<FlutterTwilioCall?>
getEventType(String event) FlutterTwilioStatus
hangUp() Future<void>
init() → void
isMuted() Future<bool>
isSpeaker() Future<bool>
makeCall({required String to, Map<String, dynamic> data = const <String, dynamic>{}}) Future<FlutterTwilioCall>
register({required String identity, required String accessToken, required String fcmToken}) Future<void>
resetAndroidCallStyle() Future<void>
sendDigits(String digits) Future<void>
setAndroidCallStyle({String? backgroundColor, String? textColor, String? buttonColor, String? buttonIconColor, String? buttonFocusColor, String? buttonFocusIconColor}) Future<void>
setContactData(List<FlutterTwilioContactData> data, {String defaultDisplayName = "Unknown number"}) Future<void>
setForeground(bool foreground) Future<void>
toggleMute() Future<bool>
toggleSpeaker() Future<bool>
unregister() Future<void>