setDefaultConsent method

Future<void> setDefaultConsent(
  1. bool allowed
)
override

Sets the default collect consent preference.

Implementation

Future<void> setDefaultConsent(bool allowed) async {
  return await _consent.setDefaultConsent(allowed);
}