removeValue abstract method

Future<void> removeValue({
  1. required String key,
})

Removes the value associated with the given key

Implementation

Future<void> removeValue({required String key});