remove method

Future remove(
  1. String key
)

Implementation

Future remove(String key) async {
  return (await this).remove(key);
}