appKey property

String appKey
final

Prefix for the storage keys this instance reads and writes. Pick a short, app-specific token (e.g. 'myapp') so two apps sharing the same backend don't collide.

Implementation

final String appKey;