Skip to content

Commit

Permalink
fix: ignore: deprecated_member_use added to temporarily suppress info…
Browse files Browse the repository at this point in the history
… • 'onPopInvoked' is deprecated and shouldn't be used. Use onPopInvokedWithResult instead.
  • Loading branch information
CurtlyCritchlow committed Jun 14, 2024
1 parent c9daf77 commit aff1b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/at_sync_ui_flutter/lib/at_sync_material.dart
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ class AtSyncDialog {
},
),
),
// ignore: deprecated_member_use
onPopInvoked: (didPop) => Future.value(
barrierDismissible,
),
Expand Down

0 comments on commit aff1b75

Please sign in to comment.