getGrantedConsents static method

Future<List<int>?> getGrantedConsents()

Implementation

static Future<List<int>?> getGrantedConsents() =>
    _channel.invokeMethod('getGrantedConsents');