listIntents_Pre method

Future<ListIntentsResponse> listIntents_Pre(
  1. ServiceCall call,
  2. Future<ListIntentsRequest> request
)

Implementation

$async.Future<$7.ListIntentsResponse> listIntents_Pre($grpc.ServiceCall call,
    $async.Future<$7.ListIntentsRequest> request) async {
  return listIntents(call, await request);
}