moveKey abstract method

Future<bool> moveKey(
  1. K oldKey,
  2. K newKey
)
inherited

Moves the value from oldKey to newKey, replacing any existing value.

Returns true if the move was successful.

Implementation

Future<bool> moveKey(K oldKey, K newKey);