SyncDataCleanupService class

Implementação interna do serviço de limpeza de dados de sincronização

Implemented types

Constructors

SyncDataCleanupService.new(IStorageProvider _storageProvider, ISyncLoggerDebugProvider? _loggerProvider, ISyncErrorManager _errorManager, SyncConfig _syncConfig)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearAllSyncData() Future<void>
override
clearErrorLogs() Future<void>
override
clearOldData({int daysToKeep = 30}) Future<void>
override
clearSyncData() Future<void>
override
clearSyncLogs() Future<void>
override
getDataStatistics() Future<Map<String, int>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited