IsDebuggerPresent method

int IsDebuggerPresent()

Implementation

int IsDebuggerPresent() {
  return (_IsDebuggerPresent ??=
      _dylib.lookupFunction<_c_IsDebuggerPresent, _dart_IsDebuggerPresent>(
          'IsDebuggerPresent'))();
}