connectionState property
ConnectionState
get
connectionState
The session’s current connection state. This is the physical state of the connection and is different from the session's logical state, which is returned by state.
Implementation
ConnectionState get connectionState => realmCore.sessionGetConnectionState(this);