debug static method

void debug(
  1. bool enableDebug
)

Implementation

static void debug(bool enableDebug) {
  _channel.invokeMethod('debug', <String, dynamic>{'debug': enableDebug});
}