getLogsBySyncId abstract method

Future<List<SyncLog>> getLogsBySyncId(
  1. String syncId
)

Obtém logs por ID de sincronização

Implementation

Future<List<SyncLog>> getLogsBySyncId(String syncId);