pause method

void pause()

Pauses any synchronization with the server until the Realm is re-opened again after fully closing it or resume is called.

Implementation

void pause() => realmCore.sessionPause(this);