dropKey method

Future<bool> dropKey(
  1. dynamic key
)

Implementation

Future<bool> dropKey(key) async {
  return await instance.remove(key);
}