logAdClose abstract method

Future<void> logAdClose(
  1. String adUnit,
  2. AdPlacementType adPlacementType, {
  3. AdPlacement adPlacement = AdPlacement.unknown,
})

Implementation

Future<void> logAdClose(String adUnit, AdPlacementType adPlacementType,
    {AdPlacement adPlacement = AdPlacement.unknown});