closeEventForId static method

void closeEventForId(
  1. String eventId
)

Implementation

static void closeEventForId(String eventId) {
  _channel.invokeMethod("closeEventForId", eventId);
}