voiceInput method

Future<bool?> voiceInput()

语音输入 Open Android settings in Voice Input section. returns operation successful or failure.

Implementation

Future<bool?> voiceInput() {
  return postMessage<bool?>(action: 'android.settings.VOICE_INPUT_SETTINGS');
}