onEvent method

void onEvent(
  1. DripEvent event
)

Implementation

void onEvent(DripEvent event) {
  _logger.d('=> New event $event');
}