serverState property

Stream<PrivServerInfo?> get serverState

Process-wide connection state of the Privileged Server.

A non-null value means a server is connected, null means disconnected. Every new listener immediately receives the current value.

Implementation

Stream<PrivServerInfo?> get serverState =>
    throw UnimplementedError('serverState has not been implemented.');