getLogsByEntityType abstract method

Future<List<SyncLog>> getLogsByEntityType(
  1. String entityType
)

Obtém logs por tipo de entidade

Implementation

Future<List<SyncLog>> getLogsByEntityType(String entityType);