around method

Future<void> around()

Fetches the initial page of the items.

Implementation

Future<void> around() async {
  await ensureInitialized();
}