UpdateService constructor

const UpdateService({
  1. CommandExecutor executor = const ProcessCommandExecutor(),
})

Creates an update service.

Implementation

const UpdateService({this.executor = const ProcessCommandExecutor()});