remove abstract method

Uint8List? remove(
  1. Uint8List key
)

Remove a value from the database using key. If the key had an associated value, return the value or else return null

remove(utf8.encode('foo');

Implementation

Uint8List? remove(Uint8List key);