menu
kronix package
documentation
core/context.dart
Context
abort method
abort method
dark_mode
light_mode
abort
method
void
abort
(
Response
res
)
Implementation
void abort(Response res) { throw AbortException(res); }
kronix package
documentation
core/context
Context
abort method
Context class