SyncUploadStrategy class
Estratégia para upload de dados para o servidor
Esta classe é responsável por:
- Processar logs de sincronização pendentes
- Separar arquivos de dados regulares
- Enviar dados em lotes para o servidor
- Gerenciar retry e logs de erro
- Processar uploads de arquivos com FormData
Constructors
- SyncUploadStrategy.new(ILoggerProvider _syncLogger, ISyncErrorManager _errorManager)
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
syncUploadData(
) → Future< void> - Executa o upload de dados para o servidor
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited