initialise method
void initialise(
- [[OrgInfo?] org]
)
Initializes the greeting message for a selected organization.
params:
org
: OrgInfo - the organization information to set as selected.
returns: None
Implementation
void initialise(OrgInfo? org)
- talawa
- signup_details_view_model
- SignupDetailsViewModel
- initialise method