init abstract method

Future<Page<T, C>?> init(
  1. K? key,
  2. int count
)

Initializes this PageProvider, loading initial Page, if any.

Implementation

Future<Page<T, C>?> init(K? key, int count);