reset method

Future<void> reset()

Resets the consent status.

Implementation

// NOTE: should only be used for testing.
Future<void> reset() async {
  await ConsentInformation.instance.reset();
}