has_Pre method

Future<HasReply> has_Pre(
  1. ServiceCall call,
  2. Future<HasRequest> request
)

Implementation

$async.Future<$0.HasReply> has_Pre(
    $grpc.ServiceCall call, $async.Future<$0.HasRequest> request) async {
  return has(call, await request);
}