isHoldingSomething_Pre method

Future<IsHoldingSomethingResponse> isHoldingSomething_Pre(
  1. ServiceCall call,
  2. Future<IsHoldingSomethingRequest> request
)

Implementation

$async.Future<$25.IsHoldingSomethingResponse> isHoldingSomething_Pre($grpc.ServiceCall call, $async.Future<$25.IsHoldingSomethingRequest> request) async {
  return isHoldingSomething(call, await request);
}