androidNoBluetooth property

SpeechConfigOption androidNoBluetooth
final

If your application does not need Bluetooth support on Android and you'd rather not have to ask for Bluetooth permission pass this option to disable Bluetooth support on Android.

Implementation

static final SpeechConfigOption androidNoBluetooth =
    SpeechConfigOption('android', 'noBluetooth', true);