handlerLifetime property
The lifespan of a handler instance. A zero or negative duration disables expiration and reuses the same handler.
Implementation
Duration handlerLifetime = const Duration(minutes: 2);
The lifespan of a handler instance. A zero or negative duration disables expiration and reuses the same handler.
Duration handlerLifetime = const Duration(minutes: 2);