supportsState 属性

bool supportsState

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

另请参阅

实现

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