configureConsentLayer abstract method

Future<void> configureConsentLayer({
  1. ScreenConfig config = ScreenConfig.fullScreen,
})

Implementation

Future<void> configureConsentLayer(
    {ScreenConfig config = ScreenConfig.fullScreen});