remove static method

void remove(
  1. String key
)

Implementation

static void remove(final String key) => sharedPreferences.remove(key);