handleEvent abstract method
- 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);
Method called when event is called from the native side.
Should not be called by the user.
void handleEvent(final Map<dynamic, dynamic> arguments);