stateStream property

Stream<VpnConnectionState> get stateStream

Connection-state stream (connecting, connected, error, ...).

Implementation

Stream<VpnConnectionState> get stateStream =>
    const Stream<VpnConnectionState>.empty();