handle method

  1. @override
dynamic handle(
  1. Event e
)
override

Implementation

@override
handle(Event e) {
  return handleFunc(e);
}