Initializes this PageProvider, loading initial Page, if any.
@override Future<Page<T, C>> init(K? key, int count) => driftProvider.init(key, count);