getIsGoToEnabledStream abstract method

Stream<bool> getIsGoToEnabledStream(
  1. int index
)

Stream whether its allowed to go to specified index.

Implementation

Stream<bool> getIsGoToEnabledStream(
  int index,
);