configureConsentLayer method
Configures the consent layer with the specified UI configuration.
Implementation
@override
Future<void> configureConsentLayer(CmpUiConfig config) async {
await methodChannel.invokeMethod('configureConsentLayer', config.toMap());
}