get method

Future get(
  1. HttpRequest request,
  2. Map<String, dynamic> pathParams
)

Implementation

Future get(HttpRequest request,Map<String,dynamic> pathParams) async {
  throw HttpException('Method not allowed');
}