remove method

Future<void> remove(
  1. String name
)

Implementation

Future<void> remove(String name) => store.remove(key<Object?>(name));