put method

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

Implementation

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