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() => handle.pause();
Pauses any synchronization with the server until the Realm is re-opened again after fully closing it or resume is called.
void pause() => handle.pause();