hasValue abstract method

Future<bool> hasValue({
  1. required String key,
})

Check if there is a value associated with the given key

Implementation

Future<bool> hasValue({required String key});