debug method

Future<void> debug(
  1. bool enabled
)

Implementation

Future<void> debug(bool enabled) {
  return _posthog.debug(enabled);
}