remove static method

Future<void> remove(
  1. String key
)

Implementation

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