AvatarKitChannel class
- Inheritance
-
- Object
- PlatformInterface
- AvatarKitPlatform
- AvatarKitChannel
Constructors
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
-
appID(
) → Future< String> -
override
-
benchmark(
) → Future< int> -
override
-
clear(
{required String id}) → Future< void> -
override
-
clearAll(
) → Future< void> -
override
-
configuration(
) → Future< Configuration> -
override
-
derive(
String assetPath) → Future< Avatar> -
override
-
getAllCacheSize(
) → Future< int> -
override
-
getCacheSize(
{required String id}) → Future< int> -
override
-
initialize(
{required String appID, required Configuration configuration}) → Future< void> -
override
-
load(
{required String id, void onProgress(double progress)?}) → Future< Avatar> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieve(
{required String id}) → Future< Avatar?> -
override
-
sessionToken(
) → Future< String> -
override
-
setSessionToken(
String sessionToken) → Future< void> -
override
-
setUserID(
String userID) → Future< void> -
override
-
supportsCurrentDevice(
) → Future< bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
userID(
) → Future< String> -
override
-
version(
) → Future< String> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited