present method
Implementation
@override
void present(bool? gdprApplies, CustomCallback? presentCallback) async {
_presentCallback = presentCallback;
await methodChannel.invokeMethod<String>('present', {
'gdprApplies': gdprApplies,
});
}
@override
void present(bool? gdprApplies, CustomCallback? presentCallback) async {
_presentCallback = presentCallback;
await methodChannel.invokeMethod<String>('present', {
'gdprApplies': gdprApplies,
});
}