removeTagsFromBinaryDataByIDs_Pre method

Future<RemoveTagsFromBinaryDataByIDsResponse> removeTagsFromBinaryDataByIDs_Pre(
  1. ServiceCall call,
  2. Future<RemoveTagsFromBinaryDataByIDsRequest> request
)

Implementation

$async.Future<$3.RemoveTagsFromBinaryDataByIDsResponse> removeTagsFromBinaryDataByIDs_Pre($grpc.ServiceCall call, $async.Future<$3.RemoveTagsFromBinaryDataByIDsRequest> request) async {
  return removeTagsFromBinaryDataByIDs(call, await request);
}