onPresentationEvent method

void onPresentationEvent(
  1. BuildContext context,
  2. EVENT event
)

A function that defines what UI behaviour should be triggered when an EVENT has taken place

Implementation

void onPresentationEvent(BuildContext context, EVENT event) {}