onServicesExtracted property
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;
Callback used to create a server correctly with all the services extracted from the module scopes at runtime.
void Function(List<Service> service) onServicesExtracted;