setLuckyEventAppId method

Future<bool?> setLuckyEventAppId(
  1. String eventId,
  2. String pid
)

Implementation

Future<bool?> setLuckyEventAppId(String eventId, String pid) {
  throw UnimplementedError('setLuckyEventAppId() has not been implemented.');
}