read method

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

Implementation

Future<SecurityResult<String?>> read({required String key}) =>
    _useCase.read(key: key);