removeValue static method

void removeValue(
  1. String key, {
  2. String MMKVId = "default",
})

Implementation

static void removeValue(String key, {String MMKVId = "default"}) {
  SharedStore.removeValue(key, MMKVId);
}