uploadDataFromPath_Pre method
- ServiceCall call,
- Future<
UploadDataFromPathRequest> request
Implementation
$async.Future<$34.UploadDataFromPathResponse> uploadDataFromPath_Pre($grpc.ServiceCall call, $async.Future<$34.UploadDataFromPathRequest> request) async {
return uploadDataFromPath(call, await request);
}