optOutOfVisibilityDetectorWorkaround property

bool optOutOfVisibilityDetectorWorkaround
getter/setter pair

Opt out of the visibility detector workaround.

As a workaround for https://github.com/googleads/googleads-mobile-flutter/issues/580, we wait for the widget to get displayed once before attaching the platform view.

Set this flag to true if you are building with Flutter 3.7.0 or higher.

Implementation

static bool optOutOfVisibilityDetectorWorkaround = false;