getCurrentFrameKey method

dynamic getCurrentFrameKey()

Implementation

dynamic getCurrentFrameKey() {
  return _currentAni != null ? _currentAni?.getCurrentFrameKey() : 0;
}