showAdEvent method

Future<bool?> showAdEvent(
  1. String unitId
)

Implementation

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