resume method

void resume()

Attempts to resume the session and enable synchronization with the server. All sessions are active by default and calling this method is only necessary if pause was called previously.

Implementation

void resume() => realmCore.sessionResume(this);