hasNotify property

bool hasNotify

Check to see if the current implementation has the notify field.

This may return false on the bluefy browser.

Implementation

bool get hasNotify => _JSUtil.hasProperty(_jsObject, "notify");