通知数字人播放器接收动画数据
Future<void> receiveAnimations(List<Uint8List> animations, String reqID) async { await _state.receiveAnimations(animations, reqID); }