get<T> function
Serves endpoint for GET.
Implementation
MethodRouter get<T>(Endpoint<T> endpoint, {int status = 200}) =>
const MethodRouter().get(endpoint, status: status);
Serves endpoint for GET.
MethodRouter get<T>(Endpoint<T> endpoint, {int status = 200}) =>
const MethodRouter().get(endpoint, status: status);