getPlayAudioOnSendMessage static method

bool? getPlayAudioOnSendMessage()

Implementation

static bool? getPlayAudioOnSendMessage() {
  return SpUtil.getBool(BytedeskConstants.PLAY_AUDIO_ON_SEND_MESSAGE,
      defValue: true);
}