onServicesExtracted property

void Function(List<Service> service) onServicesExtracted
getter/setter pair

Callback used to create a server correctly with all the services extracted from the module scopes at runtime.

Implementation

void Function(List<Service> service) onServicesExtracted;