@override Future<bool?> showLuckyEvent() async { final result = await methodChannel.invokeMethod<bool>('showLuckyEvent'); return result; }