commandEvents method
Events of the command previously started with startCommand.
Implementation
Stream<PrivCommandEvent> commandEvents(String commandId) =>
throw UnimplementedError('commandEvents() has not been implemented.');
Events of the command previously started with startCommand.
Stream<PrivCommandEvent> commandEvents(String commandId) =>
throw UnimplementedError('commandEvents() has not been implemented.');