privateKeyScope property

  1. @protected
String get privateKeyScope

The encryption password specific to this store. By default, it uses the global Store.privateKey. Override this getter to provide a different password for a specific store.

Implementation

@protected
String get privateKeyScope => Store.privateKey;