reset method

Future<void> reset()

Implementation

Future<void> reset() {
  return _posthog.reset();
}