remove static method

Future<bool> remove(
  1. String key
)

Removes the value associated with the given key.

Implementation

static Future<bool> remove(String key) => _instance.remove(key);