logStorage property

bool logStorage
final

Print content stored in local storage (e.g., shared preferences, local database).

If true, the application will log the data stored in persistent storage.

Implementation

final bool logStorage;