Stops syncing. Syncing may be resumed with startSync.
Future<void> stopSyncing() async { await _mutex.lock(() async { await _stopSyncingInternal(); }); }