ShowEventList method

Future<void> ShowEventList()

Implementation

Future<void> ShowEventList() async {
  return _instance.ShowEventList();
}