SentryDisplay class
Represents the current route and allows to report the time to full display.
Make sure to get this before you do long running operations after which you want to report the time to full display in your widget.
final display = SentryFlutter.currentDisplay();
// Do long running operations...
await display.reportFullyDisplayed();
Constructors
- SentryDisplay(SpanId spanId, {Hub? hub})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reportFullyDisplayed(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited