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