remove method

Future remove(
  1. UserPrefKey key
)

Implementation

Future remove(UserPrefKey key) {
  return shared.remove(prefName(key));
}