menu
messenger
domain/repository/paginated.dart
Paginated
<
K
,
T
>
around method
around
dark_mode
light_mode
around
method
Future
<
void
>
around
(
)
Fetches the initial page of the
items
.
Implementation
Future<void> around() async { await ensureInitialized(); }
messenger
paginated
Paginated
<
K
,
T
>
around method
Paginated class