isDebuggerConnected method
Implementation
static Future<bool> isDebuggerConnected() async {
final bool b = await _channel.invokeMethod('isDebuggerConnected');
return b;
}
static Future<bool> isDebuggerConnected() async {
final bool b = await _channel.invokeMethod('isDebuggerConnected');
return b;
}