getAnonymousId property

Future<String?> getAnonymousId

Implementation

Future<String?> get getAnonymousId {
  return _posthog.getAnonymousId;
}