hasGetCharacteristicsFunction method

bool hasGetCharacteristicsFunction()

Check to see if the getCharacteristics function exists on the js object.

It may not exist on some browsers.

See:

Implementation

bool hasGetCharacteristicsFunction() =>
    _JSUtil.hasProperty(_jsObject, "getCharacteristics");