configureConsentLayer method
Configures the consent layer with the specified UI configuration.
Implementation
@override
Future<void> configureConsentLayer(
{ScreenConfig config = ScreenConfig.fullScreen}) async {
await methodChannel.invokeMethod('configureConsentLayer',
{'screenConfig': config.toString().split('.').last});
}