reset static method

Future<bool> reset()

Resets the user consent information. Must be requested using requestConsentInformation before.

Implementation

static Future<bool> reset() async => (await _channel.invokeMethod('reset')) ?? false;