setNeedLoadingMsg static method
setNeedLoadingMsg method to set the need loading message used when api calls
Example:
Service.setNeedLoadingMsg(false);
print(Service.getNeedLoadingMsg); // false
Implementation
static setNeedLoadingMsg(bool needLoadingMsg) => _needLoadingMsg = needLoadingMsg;