onPaused method

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

Called when the app is paused.

Implementation

void onPaused(BuildContext context, T box) {}