getAllLogs method
Gets all flush logs (newest first)
Implementation
List<FlushLogEntry> getAllLogs() {
return _logs.toList().reversed.toList();
}
Gets all flush logs (newest first)
List<FlushLogEntry> getAllLogs() {
return _logs.toList().reversed.toList();
}