sdkUsageStats property - SDKNativeEngine class - core.engine library - Dart API
sdkUsageStats
sdkUsageStats property
Gets a list of usage statistics for all available HERE SDK features.
UsageStats has cache and persistent storage. Reads from the persistent storage happen on SDKNativeEngine creation step.
Writes to persistent storage happen by reaching internal limit (amount of upload bytes, by default is 50KB).
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process. Gets a list of usage statistics for all available HERE SDK features.
Implementation
List<UsageStats> get sdkUsageStats;