put method

Future put(
  1. ApiRequest request
)

Implementation

Future<dynamic> put(ApiRequest request) =>
    throw ApiRequestException.methodNotAllowed();