connectionStateStream property

  1. @override
Stream<ArchethicDappConnectionState> connectionStateStream
inherited

Implementation

@override
Stream<ArchethicDappConnectionState> get connectionStateStream =>
    _connectionStateController.stream;