remove method
- K key
Removes the item with the provided key from the pagination.
Implementation
Future<void> remove(K key) async {
  await pagination?.remove(key);
}Removes the item with the provided key from the pagination.
Future<void> remove(K key) async {
  await pagination?.remove(key);
}