ServiceAlreadyStartedException constructor
ServiceAlreadyStartedException([
- String message = 'The service has already started.'
Implementation
ServiceAlreadyStartedException(
[this.message = 'The service has already started.']);