initialize method
void initialize(
- [[MainScreenViewModel] homeModel, ]
- [[BuildContext] context]
)
initializer.
params:
homeModel: instance of MainScreenViewModel.context: instance of BuildContext.
returns: None
Implementation
void initialize(MainScreenViewModel homeModel, BuildContext context)
- talawa
- custom_drawer_view_model
- CustomDrawerViewModel
- initialize method