removeValue static method

Future<void> removeValue(
  1. String key
)

Implementation

static Future<void> removeValue(String key) => _storage.remove(key);