Skip to content

Commit ae718d9

Browse files
committed
Update
1 parent 1c7dc02 commit ae718d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flutter/lib/src/sentry_flutter.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ mixin SentryFlutter {
247247
);
248248
return Future<void>.value();
249249
}
250-
return native!.pauseAppHangTracking();
250+
return _native!.pauseAppHangTracking();
251251
}
252252

253253
/// Resumes the app hang tracking.
@@ -261,7 +261,7 @@ mixin SentryFlutter {
261261
);
262262
return Future<void>.value();
263263
}
264-
return native!.pauseAppHangTracking();
264+
return _native!.pauseAppHangTracking();
265265
}
266266

267267
@internal

0 commit comments

Comments
 (0)