showLuckyEvent method

Future<bool?> showLuckyEvent()

Implementation

Future<bool?> showLuckyEvent() {
  throw UnimplementedError('showLuckyEvent() has not been implemented.');
}