Removes the value associated with the key.
key
@override Future<bool> remove(String key) async { return (await _kChannel.invokeMethod<bool>( 'remove', <String, dynamic>{'key': key}, ))!; }