menu
avatar_kit package
documentation
avatar_kit_plugin.dart
AvatarController
pointCount method
pointCount method
dark_mode
light_mode
pointCount
method
Future
<
int
>
pointCount
(
)
Implementation
Future<int>pointCount() async { return await _methodChannel.invokeMethod('pointCount'); }
avatar_kit package
documentation
avatar_kit_plugin
AvatarController
pointCount method
AvatarController class