deleleValue static method

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

Implementation

static deleleValue({required String key}) async {
  await storage.delete(key: key);
}