multipart method

  1. @Deprecated('Use the `NTLMClient.send` method instead')
Future<StreamedResponse> multipart(
  1. MultipartRequest request
)

Implementation

@Deprecated('Use the `NTLMClient.send` method instead')
Future<StreamedResponse> multipart(MultipartRequest request) => send(request);