AvatarController class

Properties

hashCode int
The hash code for this object.
no setterinherited
onConnectionState ↔ void Function(ConnectionState state, String? errorMessage)?
getter/setter pair
onConversationState ↔ void Function(ConversationState state)?
getter/setter pair
onError ↔ void Function(AvatarError error)?
getter/setter pair
onFirstRendering ↔ void Function()?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
contentTransform() Future<Transform>
interrupt() Future<void>
isOpaque() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pointCount() Future<int>
send(Uint8List audioData, {bool end = false}) Future<String>
setContentTransform(Transform transform) Future<void>
setOpaque(bool opaque) Future<void>
setVolume(double volume) Future<void>
start() Future<void>
toString() String
A string representation of this object.
inherited
volume() Future<double>
yieldAnimations(List<Uint8List> animations, {required String conversationID}) Future<void>
yieldAudioData(Uint8List audioData, {bool end = false, AudioFormat? audioFormat}) Future<String>

Operators

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