put method
override
Adds the provided items
to this PageProvider.
Implementation
@override
Future<void> put(
Iterable<T> items, {
bool ignoreBounds = false,
int Function(T, T)? compare,
}) async {
// No-op.
}
Adds the provided items
to this PageProvider.
@override
Future<void> put(
Iterable<T> items, {
bool ignoreBounds = false,
int Function(T, T)? compare,
}) async {
// No-op.
}