extensionVersion property

Future<String> extensionVersion

Returns the version of the Consent extension

Implementation

static Future<String> get extensionVersion =>
    _channel.invokeMethod('extensionVersion').then((value) => value!);