onPrevious method
dynamic
onPrevious()
Implementation
onPrevious() {
if (operas.isEmpty) return;
operas.removeLast();
contentKey++;
notify();
}
onPrevious() {
if (operas.isEmpty) return;
operas.removeLast();
contentKey++;
notify();
}