grant static method

Future<bool?> grant(
  1. PinchConsent consent
)

Implementation

static Future<bool?> grant(PinchConsent consent) =>
    _channel.invokeMethod('grant', {"consentId": consent.value});