disable method

Future<void> disable()

Implementation

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