SimpleService constructor

SimpleService({
  1. required BaseAsyncCommand cmd,
})

Implementation

SimpleService({required super.cmd});