revoke static method

Future<bool?> revoke(
  1. List<KettleConsent> consents
)

Implementation

static Future<bool?> revoke(List<KettleConsent> consents) =>
    _channel.invokeMethod(
        'revoke', {"consents": consents.map((e) => e.value).toList()});