profilerFactory property
Implementation
@internal
@override
SentryProfilerFactory? get profilerFactory =>
Sentry.currentHub.profilerFactory;
Implementation
@internal
@override
set profilerFactory(SentryProfilerFactory? value) =>
Sentry.currentHub.profilerFactory = value;