Skip to content

Commit

Permalink
operador null safety removido
Browse files Browse the repository at this point in the history
  • Loading branch information
RoxyRoses committed Dec 4, 2024
1 parent 0875de3 commit 6b92720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class _GuardiansPageState
@override
void initState() {
super.initState();
WidgetsBinding.instance?.addPostFrameCallback((timeStamp) {
WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
controller.loadPage();
});
}
Expand Down

0 comments on commit 6b92720

Please sign in to comment.