stop method
The stop signal handler of this service.
Implementation
@override
Future<void> stop(DarwinSystem system, dynamic obj) async {
await stopFunc(system, obj);
}
The stop signal handler of this service.
@override
Future<void> stop(DarwinSystem system, dynamic obj) async {
await stopFunc(system, obj);
}