handle method

  1. @override
void handle(
  1. dynamic event
)
override

Implementation

@override
void handle(event) {
  handler(event);
}