configureConsentLayer method

  1. @override
Future<void> configureConsentLayer(
  1. CmpUiConfig config
)
override

Configures the consent layer with the specified UI configuration.

Implementation

@override
Future<void> configureConsentLayer(CmpUiConfig config) async {
  await methodChannel.invokeMethod('configureConsentLayer', config.toMap());
}