handleInitialize method
void
handleInitialize()
Handles the initialization of the tenant state.
Implementation
void handleInitialize() {
add(TenantInitialEvent());
}
Handles the initialization of the tenant state.
void handleInitialize() {
add(TenantInitialEvent());
}