getValue static method

dynamic getValue({
  1. required String key,
})

Implementation

static getValue({required String key}) async {
  return await storage.read(key: key);
}