isUnhealthyStream property

  1. @override
Stream<void> get isUnhealthyStream
override

Stream that emits when peer becomes unhealthy

Implementation

@override
Stream<void> get isUnhealthyStream => _unhealthyController.stream;