removeElements_Pre method

Future<Empty_> removeElements_Pre(
  1. ServiceCall call,
  2. Future<RemoveElementsRequest_> request
)

Implementation

$async.Future<$7.Empty_> removeElements_Pre($grpc.ServiceCall call,
    $async.Future<$7.RemoveElementsRequest_> request) async {
  return removeElements(call, await request);
}