Future previous({bool animation = true}) { this.event = PREVIOUS; this.animation = animation; _completer = new Completer(); notifyListeners(); return _completer.future; }