customEvent method

void customEvent(
  1. String event
)

Implementation

void customEvent(String event) {
  throw UnimplementedError('customEvent() has not been implemented.');
}