shouldComponentUpdateWithContext method
- @override
- @mustCallSuper
- @Deprecated('Only supported in the deprecated Component, and not in Component2. See doc comment for more info.')
inherited
Do not use; this is part of the legacy context API.
See createContext
for instructions on using the new context API.
Will be removed when Component
is removed in a future major release.
Implementation
@override
@mustCallSuper
@Deprecated('Only supported in the deprecated Component, and not in Component2. See doc comment for more info.')
bool shouldComponentUpdateWithContext(Map nextProps, Map nextState, dynamic nextContext) =>
throw _unsupportedLifecycleError('shouldComponentUpdateWithContext');