handleLogEntry abstract method

void handleLogEntry({
  1. required int testEntryId,
  2. required int logEntryId,
})

Implementation

void handleLogEntry({required int testEntryId, required int logEntryId});