BaseService constructor

BaseService({
  1. required BaseAsyncCommand cmd,
})

Implementation

BaseService({required this.cmd}): _api = DioApi();