getDistinctId method

Future<String> getDistinctId()

Implementation

Future<String> getDistinctId() {
  return _posthog.getDistinctId();
}