updateIntent_Pre method

Future<Intent> updateIntent_Pre(
  1. ServiceCall call,
  2. Future<UpdateIntentRequest> request
)

Implementation

$async.Future<$7.Intent> updateIntent_Pre($grpc.ServiceCall call,
    $async.Future<$7.UpdateIntentRequest> request) async {
  return updateIntent(call, await request);
}