isHoldingSomething_Pre method
- 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);
}