SyncDownloadStrategy class

Orquestrador principal para download de dados do servidor

Esta classe é responsável por:

  • Coordenar todas as estratégias de download
  • Limpar dados antigos antes da sincronização
  • Fazer pré-cache de imagens para uso offline
  • Gerenciar notificações de progresso
  • Executar limpeza pós-sincronização

Constructors

SyncDownloadStrategy.new()

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

fetchDataFromServer() Future<void>
Executa o download completo de dados do servidor
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