remove method
- K key
override
Removes the item specified by its key
from this PageProvider.
Implementation
@override
Future<void> remove(K key) async {
// No-op.
}
Removes the item specified by its key
from this PageProvider.
@override
Future<void> remove(K key) async {
// No-op.
}