get
External Documentation
void
get(
Register GET route
Implementation
void get(String path, JSFunction handler) {
final getFn = this['get']! as JSFunction;
getFn.callAsFunction(this, path.toJS, handler);
}
void
get(
Register GET route
void get(String path, JSFunction handler) {
final getFn = this['get']! as JSFunction;
getFn.callAsFunction(this, path.toJS, handler);
}