ManualRecoveryHandler class Sync

A client reset strategy where the user needs to fully take care of a client reset.

If you set ManualRecoveryHandler callback as clientResetHandler argument of Configuration.flexibleSync, that will enable full control of moving any unsynced changes to the synchronized realm.

Inheritance

Constructors

ManualRecoveryHandler(ClientResetCallback onReset)
Creates an instance of ManualRecoveryHandler with the supplied client reset handler.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onManualReset ClientResetCallback?
The callback that handles the ClientResetError.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited