commandEvents method

Stream<PrivCommandEvent> commandEvents(
  1. String commandId
)

Events of the command previously started with startCommand.

Implementation

Stream<PrivCommandEvent> commandEvents(String commandId) =>
    throw UnimplementedError('commandEvents() has not been implemented.');