getConsents method
Returns the current Adobe consent preferences.
Implementation
Future<dynamic> getConsents() async {
return await _consent.getConsents();
}
Returns the current Adobe consent preferences.
Future<dynamic> getConsents() async {
return await _consent.getConsents();
}