getVibrateOnReceiveMessage static method

bool? getVibrateOnReceiveMessage()

Implementation

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