getValue abstract method

Future<String?> getValue({
  1. required String key,
})

Get the value associated with the given key. Returns null if the value does not exist.

Implementation

Future<String?> getValue({required String key});