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