DebugBreak method

void DebugBreak()

Implementation

void DebugBreak() {
  return (_DebugBreak ??=
      _dylib.lookupFunction<_c_DebugBreak, _dart_DebugBreak>('DebugBreak'))();
}