put abstract method

void put(
  1. RawData key,
  2. RawData value
)

Store the mapping "key->value" in the database. throws StateError if method was called after BatchUpdates.dispose

Implementation

void put(RawData key, RawData value);