onMsg method

void onMsg(
  1. Msg message
)

Called when a message is accepted by the feature.

  • message: The message being processed.

Implementation

void onMsg(Msg message) {}