Skip to main content

initialize method

void initialize ()

Function To Initialize.

params: None

returns: None

Implementation

void initialize() {
_currentOrg = _userConfig.currentOrg;
//_organizationService = locator<OrganizationService>();

_imageFile = null;
_multiMediaPickerService = locator<MultiMediaPickerService>();
}