customEvent method

void customEvent(
  1. String event
)

Implementation

void customEvent(String event) {
  FluttersamplepluginPlatform.instance.customEvent(event);
}