getTicketComments method
Get comments for a ticket by its requestId.
Returns a list of ZendeskComment objects.
Implementation
Future<List<ZendeskComment>> getTicketComments({
required String requestId,
}) {
throw UnimplementedError(
'getTicketComments() has not been implemented.');
}