onResume method
void
onResume()
inherited
Called when the app returns to the foreground
(AppLifecycleState.resumed) while this store is alive — handy
for refreshing time-sensitive data. No-op by default.
Requires a live WidgetsBinding (true in any real app, or a
testWidgets test). In a plain test() unit test without one,
this simply never fires — every other Orbit feature still works.
Implementation
void onResume() {}