prepareForSync method

Future<void> prepareForSync()

Implementation

Future<void> prepareForSync() async {
  await setLoading(false);
  await _clearSuccess();
  await setProgress(0.0);
}