openConsentLayerOnCheck method

  1. @override
Future<void> openConsentLayerOnCheck()
override

Opens the consent layer if consent is required and hasn't been given yet.

Implementation

@override
Future<void> openConsentLayerOnCheck() async {
  await methodChannel.invokeMethod('openConsentLayerOnCheck');
}