Future<void> reload({bool keepScroll = true}) async { await paginated.currentState?.reload(keepScroll: keepScroll); }