transactionalSetStateCallbacks property

  1. @override
  2. @Deprecated('Only supported in the deprecated Component, and not in Component2. See doc comment for more info.')
List<StateUpdaterCallback> transactionalSetStateCallbacks
inherited

The List of transactional setState callbacks to be called before the component updates.

Implementation

@override
@Deprecated('Only supported in the deprecated Component, and not in Component2. See doc comment for more info.')
List<StateUpdaterCallback> get transactionalSetStateCallbacks =>
    throw _unsupportedError('transactionalSetStateCallbacks');