ignored static method
Creates a ResponseInput indicating the event was ignored.
Implementation
static ResponseInput ignored() {
  return ResponseInput(commands: ResponseCommands.none, handled: false);
}Creates a ResponseInput indicating the event was ignored.
static ResponseInput ignored() {
  return ResponseInput(commands: ResponseCommands.none, handled: false);
}