storageKey property

  1. @override
String get storageKey
override

Unique key scoping stored chart preferences for this instance.

Use a stable identifier tied to the user.Preferences for different keys are fully isolated from one another.

Implementation

@override
String get storageKey => _storageKey;