getPlayAudioOnReceiveMessage static method

bool? getPlayAudioOnReceiveMessage()

Implementation

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