notifyClients method
In harmony with Flutter's own API Rebuild the InheritedWidget of the 'closes' InheritedStateX object if any.
Implementation
bool notifyClients() => _stateX?.notifyClients() ?? false;
In harmony with Flutter's own API Rebuild the InheritedWidget of the 'closes' InheritedStateX object if any.
bool notifyClients() => _stateX?.notifyClients() ?? false;