UpdateService constructor
const
UpdateService({
- CommandExecutor executor = const ProcessCommandExecutor(),
Creates an update service.
Implementation
const UpdateService({this.executor = const ProcessCommandExecutor()});