enableLog static method

void enableLog()

Enable detail logs of data tracking.

Implementation

static void enableLog() {
  _channel.invokeMethod('enableLog');
}