dispatchIntervalInSeconds static method

void dispatchIntervalInSeconds(
  1. int interval
)

Implementation

static void dispatchIntervalInSeconds(int interval) {
  _channel.invokeMethod("dispatchInterval", interval);
}