Checks if the State APIs are supported on the current platform.
See also:
Source
static bool get supportsState => JS('bool', '!!window.history.pushState');
Checks if the State APIs are supported on the current platform.
See also:
static bool get supportsState => JS('bool', '!!window.history.pushState');