profilerFactory property

  1. @internal
SentryProfilerFactory? get profilerFactory

Implementation

@internal
SentryProfilerFactory? get profilerFactory => _profilerFactory;
  1. @internal
set profilerFactory (SentryProfilerFactory? value)

Implementation

@internal
set profilerFactory(SentryProfilerFactory? value) => _profilerFactory = value;