debug static method

Future<bool?> debug()

Provide a way to get various debug informations

Implementation

static Future<bool?> debug() => _channel.invokeMethod('debug', []);