ManagerFactory typedef
ManagerFactory =
DartServiceManager Function({required bool verbose})
Builds a DartServiceManager for a CLI invocation, honouring --verbose.
Implementation
typedef ManagerFactory = DartServiceManager Function({required bool verbose});