appNavigator is used for navigation purpose
atSyncUIOverlay decides whether dialog or snackbar to be shown while syncing
style if material or cupertino style to be applied
showTextWhileSyncing should text be shown while syncing
onSuccessCallback called after successful sync
onErrorCallback called after failure in sync
syncProgressCallback Notifies the registered listener for the SyncProgressprimaryColor,backgroundColor, labelColor will be used while displaying overlay/snackbar.
if showRemoveAtsignOption is true, onAtSignRemoved will be called if atSign is removed successfully from device
Notifies the registered listener for the SyncProgress
Caller has to register the listener using atClientManager.syncService.addProgressListener(...)
Caller can use SyncProgress.atSign to know for which atSign the event was triggered.