clear static method

Future clear(
  1. String key
)

Sets the key to null.

Implementation

static Future clear(String key) async => await NyStorage.store(key, null);