To display an activity with all your tickets.
@override Future<void> displayTickets() async { await _channel.invokeMethod('displayTickets'); }