forget static method

Future<void> forget(
  1. String key
)

Implementation

static Future<void> forget(String key) => _instance.forget(key);