die top-level property Debug

dynamic die
final

{@category Debug} Behaves the same as error, but stops the application / launches the debugger

Implementation

final die = VarargsFunction(_die) as dynamic;