flush method

Future<void> flush()

Implementation

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