fetchConsents method

  1. @override
Future<List<Consent>> fetchConsents()

Fetch consents for the current customer.

Implementation

@override
Future<List<Consent>> fetchConsents() => _platform.fetchConsents();