activeCallbackIdentity property

Object? activeCallbackIdentity
getter/setter pair

An object that identifies the currently active callbacks. Used to avoid calling setState from stale callbacks, e.g. after disposal of this state, or after widget reconfiguration to a new Future.

For more refer to: FutureBuilder line: 591 | file: async.dart

Implementation

Object? activeCallbackIdentity;