approve_Pre method

Future<ApproveReply> approve_Pre(
  1. ServiceCall call,
  2. Future<ApproveRequest> request
)

Implementation

$async.Future<$1.ApproveReply> approve_Pre($grpc.ServiceCall call, $async.Future<$1.ApproveRequest> request) async {
  return approve(call, await request);
}