Skip to content

Commit b15eccf

Browse files
committed
Fix dart doc
1 parent 1aa2343 commit b15eccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/lib/src/navigation/sentry_display_widget.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import '../frame_callback_handler.dart';
99
/// for the child widget to be initially displayed on the screen. This method
1010
/// allows a more accurate measurement than what the default TTID implementation
1111
/// provides. The TTID measurement begins when the route to the widget is pushed and ends
12-
/// when [WidgetsBinding.instance.addPostFrameCallback] is triggered.
12+
/// when `addPostFramecallback` is triggered.
1313
///
1414
/// Wrap the widget you want to measure with [SentryDisplayWidget], and ensure that you
1515
/// have set up Sentry's routing instrumentation according to the Sentry documentation.

0 commit comments

Comments
 (0)