SyncManager class

Constructors

SyncManager({required SyncLocalDataSource syncQueue, required ProjectsRemoteDataSource projectsRemoteDataSource, required TasksRemoteDataSource tasksRemoteDataSource, required ProjectsLocalDataSource projectsLocalDataSource, required TasksLocalDataSource tasksLocalDataSource})

Properties

hashCode int
The hash code for this object.
no setterinherited
projectsLocalDataSource ProjectsLocalDataSource
final
projectsRemoteDataSource ProjectsRemoteDataSource
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncQueue SyncLocalDataSource
final
tasksLocalDataSource TasksLocalDataSource
final
tasksRemoteDataSource TasksRemoteDataSource
final

Methods

monitorConnection() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sync() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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