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