sendLogs static method

dynamic sendLogs()

Sends all collected logs to the LogDrop backend.

Implementation

static sendLogs() {
  _channel.invokeMethod(MethodNames.sendLogs);
}