Go to the previous page.
Future<void> goLeft({final bool animated = true}) { R2Log.d('$name: $animated'); return _invokeMethod(_ReaderChannelMethodInvoke.goLeft, animated); }