init method
Implementation
void init(ErrorHandler errorHandler, bool storageJson) {
filters.init(errorHandler, storageJson);
deepLinkData.init(errorHandler, storageJson);
userInfo.init(errorHandler, storageJson);
context.init(errorHandler, storageJson);
}