handleEvent abstract method

void handleEvent(
  1. Map arguments
)
inherited

Method called when event is called from the native side.

Should not be called by the user.

Implementation

void handleEvent(final Map<dynamic, dynamic> arguments);