FlutterTwilioVoice class

Constructors

FlutterTwilioVoice()

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

phoneCallEventSubscription Stream
no setter
platformVersion Future<String>
no setter

Static Methods

hangUp() Future<void>
makeCall({required String accessTokenUrl, required String from, required String to, String? toDisplayName}) Future<void>
muteCall(bool isMuted) Future<void>
receiveCalls(String clientIdentifier) Future<void>
toggleSpeaker(bool speakerIsOn) Future<void>