handlerLifetime property

Duration handlerLifetime
getter/setter pair

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);