bool setHeaders(Map<String, String> map) { try { _dio.options.headers = {...map}; return true; } catch (e) { logger.exception(e); return false; } }