Initializes this PageProvider, loading initial Page, if any.
@override Future<Page<T, C>?> init(K? key, int count) async { return null; }