put abstract method
Store the mapping "key->value" in the database.
throws StateError if method was called after BatchUpdates.dispose
Implementation
void put(RawData key, RawData value);
Store the mapping "key->value" in the database.
throws StateError if method was called after BatchUpdates.dispose
void put(RawData key, RawData value);