options method
Define a options route.
Implementation
void options(String path, Handler handler) =>
route(r'options', path, handler);
Define a options route.
void options(String path, Handler handler) =>
route(r'options', path, handler);