unreachable function
Shorthand for
throw Unreachable(...)
Implementation
@pragma("vm:prefer-inline")
Never unreachable([String msg = "This code should be unreachable."]) {
throw Unreachable(msg);
}
Shorthand for
throw Unreachable(...)
@pragma("vm:prefer-inline")
Never unreachable([String msg = "This code should be unreachable."]) {
throw Unreachable(msg);
}