delete
External Documentation
void
delete(
Register DELETE route
Implementation
void delete(String path, JSFunction handler) =>
_getMethod('delete').callAsFunction(this, path.toJS, handler);
void
delete(
Register DELETE route
void delete(String path, JSFunction handler) =>
_getMethod('delete').callAsFunction(this, path.toJS, handler);