setLog static method

Future<void> setLog(
  1. bool isLog
)

Controls whether the plugin should log messages to the console during operation.

Implementation

static Future<void> setLog(bool isLog) => plugin.setLog(isLog);