Where is client reset logic for Flutter SDK?

So friends of mine and myself are looking to launch a Flutter application, and were considering Device Sync in lieu of, or in addition to Firebase/Firestore.

The main issue we have right now, is where is the documentation to initiate Client Reset Logic?

It’s not in the documentation, and there’s no chance we’re going to risk not having reset logic in place.

Nevermind we found it, it’s under a weird heading compared to the C# and Swift sections.

Instead of a dedicated section called “Client Reset Logic,” it’s titled “Handle Sync Errors.”

Sounds good. Glad you were able to find it!