showDebugLog method

void showDebugLog(
  1. bool showDebugLog
)

Set if you want to print debug log for response

Implementation

void showDebugLog(bool showDebugLog) {
  _showDebugLog = showDebugLog;
}