receiveAnimations abstract method

Future<void> receiveAnimations(
  1. List<Uint8List> animations,
  2. String reqID
)

通知数字人播放器接收动画数据

Implementation

Future<void> receiveAnimations(List<Uint8List> animations, String reqID);