history property

List<TalkerData> history

The history stores all information about all events like occurred errors TalkerErrors, exceptions TalkerExceptions and logs TalkerLogs that have been sent

Implementation

List<TalkerData> get history => _history.history;