supported property

bool get supported

Checks if this SpeechRecognition is supported on the current platform.

Implementation

static bool get supported =>
    web.window.hasProperty('SpeechRecognition'.toJS).toDart ||
    web.window.hasProperty('webkitSpeechRecognition'.toJS).toDart;