setZxingLogEnabled function

void setZxingLogEnabled(
  1. bool enabled
)

Enables or disables the logging of the library

Implementation

void setZxingLogEnabled(bool enabled) =>
    bindings.setLogEnabled(enabled ? 1 : 0);