onDetached method

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

Called when the app is detached.

Implementation

void onDetached(BuildContext context, T box) {}