remove method

void remove()

Implementation

void remove() {
  SharedPreferencesInstance.sp?.remove(_key);
}