Does flutter have a method like Activity.resume() which can tell developer the user has gone back to the activity.
Activity.resume()
When I pick the data from internet in
There's an example here: https://github.com/flutter/flutter/blob/master/examples/layers/services/lifecycle.dart
You need to use WidgetsBindingObserver
WidgetsBindingObserver