put abstract method
Adds the provided items
to this PageProvider.
Implementation
Future<void> put(Iterable<T> items, {int Function(T, T)? compare});
Adds the provided items
to this PageProvider.
Future<void> put(Iterable<T> items, {int Function(T, T)? compare});