deleteIntent_Pre method

Future<Empty> deleteIntent_Pre(
  1. ServiceCall call,
  2. Future<DeleteIntentRequest> request
)

Implementation

$async.Future<$1.Empty> deleteIntent_Pre($grpc.ServiceCall call,
    $async.Future<$6.DeleteIntentRequest> request) async {
  return deleteIntent(call, await request);
}