return true;
});
if (Window.hasInstance) {
this._setState(fn);
} else {
using (WindowProvider.of(this.context).getScope()) {
}
void _setState(VoidCallback fn = null) {
this._element.markNeedsBuild();