Moves the value from oldKey to newKey, replacing any existing value.
oldKey
newKey
Returns true if the move was successful.
true
Future<bool> moveKey(K oldKey, K newKey);