getStorageKey method

String getStorageKey(
  1. String key
)

Returns the internal storage key for key.

Implementation

String getStorageKey(String key) {
  return storageRootKey + key;
}