canContinue property

  1. @override
bool canContinue
Check whether more content is available if you were to call - i.e. are we mid story rather than at a choice point or at the end.

Implementation

@override
bool get canContinue => state.canContinue;