Remove a value from the database using key. If the key had an associated value, return the value or else return null
key
null
remove(utf8.encode('foo');
Uint8List? remove(Uint8List key);