next method
Fetches the next page.
Implementation
Future<void> next() async =>
paginations.firstWhereOrNull((e) => e.p.hasNext.isTrue)?.p.next();
Fetches the next page.
Future<void> next() async =>
paginations.firstWhereOrNull((e) => e.p.hasNext.isTrue)?.p.next();