Interact with developer tools such as the debugger and inspector.
This library is platform dependent and has separate implementations for both web and the Dart VM. A specific platform may not support all operations.
To use this library in your code:
import 'dart:developer';
min, max
.
when
is true, stop the program as if a breakpoint were hit at the
following statement. [...]
object
to any attached debuggers. [...]
eventKind
with payload of eventData
to the Extension
event stream.
method
. NOTE: Service protocol extensions must be registered
in each isolate. [...]