getIsAnimateToEnabledStream abstract method

Stream<bool> getIsAnimateToEnabledStream(
  1. int index
)

Stream whether its allowed to animate to specified index.

Implementation

Stream<bool> getIsAnimateToEnabledStream(
  int index,
);