opened property

Future<void> get opened

Completes once the node confirms the session is open, or completes with a SessionRejectedException if it was refused.

Implementation

Future<void> get opened => _opened.future;