connectionStateStream property

  1. @override
Stream<ArchethicDappConnectionState> get connectionStateStream
override

Implementation

@override
Stream<ArchethicDappConnectionState> get connectionStateStream async* {
  yield const ArchethicDappConnectionState.connected();
}