put

External Documentation

void put(

  1. String path,
  2. JSFunction handler
)

Register PUT route

Implementation

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