get

External Documentation

void get(

  1. String path,
  2. JSFunction handler
)

Register GET route

Implementation

void get(String path, JSFunction handler) =>
    _getMethod('get').callAsFunction(this, path.toJS, handler);