removeKey method

void removeKey(
  1. String key
)

Implementation

void removeKey(String key) {
  _initializePrefs?.remove(key);
}