menu
syncly package
documentation
core/interfaces/i_sync_log_manager.dart
ISyncLogManager
getLogsByEntityType abstract method
getLogsByEntityType abstract method
dark_mode
light_mode
getLogsByEntityType
abstract method
Future
<
List
<
SyncLog
>
>
getLogsByEntityType
(
String
entityType
)
Obtém logs por tipo de entidade
Implementation
Future<List<SyncLog>> getLogsByEntityType(String entityType);
syncly package
documentation
core/interfaces/i_sync_log_manager
ISyncLogManager
getLogsByEntityType abstract method
ISyncLogManager class