ignored static method

ResponseInput ignored()

Creates a ResponseInput indicating the event was ignored.

Implementation

static ResponseInput ignored() {
  return ResponseInput(commands: ResponseCommands.none, handled: false);
}