flush static method

void flush()

将所有本地缓存的日志发送到 Sensors Analytics.

Implementation

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