getConsents method

Future getConsents()
override

Returns the current Adobe consent preferences.

Implementation

Future<dynamic> getConsents() async {
  return await _consent.getConsents();
}