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