Future<void> finishBackup({required bool success}) async { await setSuccess(success); await setLoading(false); }