deleteAll static method

void deleteAll()

删除本地缓存的全部事件

Implementation

static void deleteAll() {
  _channel.invokeMethod("deleteAll");
}