mapOutput method

  1. @override
dynamic mapOutput(
  1. Output output
)
override

A mapper that receives machine's output and maps it into application's event.

Implementation

@override
Ward<Event> mapOutput(Output output) {
  return Ward<Event>.ignore();
}