onResume method

void onResume(
  1. BuildContext context,
  2. T box
)

Called when the app is resumed from background.

Implementation

void onResume(BuildContext context, T box) {}