canRewind property

bool canRewind

Whether to rewind.

Implementation

bool get canRewind => _previousSession != null && _currentIndex > 0;