displayTickets method

Future<void> displayTickets()

To display an activity with all your tickets.

Implementation

Future<void> displayTickets() {
  throw UnimplementedError('displayTickets() has not been implemented.');
}