setOnDone abstract method

  1. @Deprecated('Use SyncProgressListener')
void setOnDone(
  1. Function onDone
)

Call this method to set the Global onDone callback. This method will be called when a sync is completed. When a specific onDone function is passed to the sync Function, Then the specific onDone is called.

Implementation

@Deprecated('Use SyncProgressListener')
void setOnDone(Function onDone);