post method

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

Implementation

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