remove static method

Future<void> remove(
  1. String key
)

remove specially key that you want share preferences

Implementation

static Future<void> remove(
  String key,
) =>
    _prefs.remove(key);