initialise method
void initialise(
- [[BuildContext] ctx, )
Initalizing function.
params:
ctx
: BuildContext, contain parent infofromSignUp
: Bool to find user entrymainScreenIndex
: Index to find tab on mainScreendemoMode
: Whether the app is in demo modetestMode
: Whether the app is in test mode
returns: None
Implementation
void initialise(
BuildContext ctx, )
- talawa
- main_screen_view_model
- MainScreenViewModel
- initialise method