onService property

Stream<Service> onService
inherited

Fired whenever a service is added to this instance.

NOTE: This is a broadcast stream.

Implementation

Stream<Service> get onService => _onService.stream;