reportFullyDisplayed static method

Future<void> reportFullyDisplayed()

Reports the time it took for the screen to be fully displayed. This requires the SentryFlutterOptions.enableTimeToFullDisplayTracing option to be set to true.

Implementation

static Future<void> reportFullyDisplayed() async {
  return SentryNavigatorObserver.timeToDisplayTracker?.reportFullyDisplayed();
}