Request a sync message from the server
@override Future<void> requestSync() async { await tryCatchIgnore(() async { await _syncManager.requestDocumentStatus(); }); }