delete abstract method

void delete(
  1. RawData key
)

If the database contains a mapping for key, erase it. Else do nothing. throws StateError if method was called after BatchUpdates.dispose

Implementation

void delete(RawData key);