onResume property

VoidCallback? onResume
final

onResume is triggered when the app goes to the AppLifecycleState.resumed state.

Implementation

final VoidCallback? onResume;