placementsDidFullyLoad abstract method

Future<void> placementsDidFullyLoad(
  1. List<ApphudPlacement> placements
)

Called when placements are fully loaded with their ApphudPaywalls and inner ProductDetails.

Implementation

Future<void> placementsDidFullyLoad(List<ApphudPlacement> placements);