supportsState 属性

bool supportsState

检查当前平台是否支持 State API。

参见

实现

static bool get supportsState => JS('bool', '!!window.history.pushState');