reconnect method

void reconnect()

Provide a hint to this app's sync client to reconnect. Useful when the device has been offline and then receives a network reachability update.

The sync client will always attempt to reconnect eventually, this is just a hint.

Implementation

void reconnect() {
  realmCore.reconnect(this);
}