onContainerAdded property

void Function(PlatformAdDisplayContainer container) get onContainerAdded

Invoked when the native view that contains the ad has been added to the platform view hierarchy.

Implementation

void Function(PlatformAdDisplayContainer container) get onContainerAdded =>
    platform.params.onContainerAdded;