remove method

Future<void> remove(
  1. String key
)

Implementation

Future<void> remove(String key) {
  return _channel.$remove(this, key);
}