enable method

Future<void> enable()

Implementation

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