getConsent method

Future<ConsentInfo?> getConsent(
  1. String id
)

Implementation

Future<ConsentInfo?> getConsent(String id) async {
  return api.getConsent(id);
}