onService property

Stream<Service> onService

Fired whenever a service is added to this instance.

NOTE: This is a broadcast stream.

Implementation

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