useHistory property

bool useHistory

By default talker write all Errors / Exceptions and logs in history list (base dart List field in core) If true - writing in history If false - not writing

Implementation

bool get useHistory => _useHistory && enabled;