ManageEngineController constructor
ManageEngineController({
- required ManageEngineChannel manageEngineChannel,
- AccountsZohoChannel authenticationChannel = AccountsZohoChannel.europe,
Implementation
ManageEngineController({
required this.manageEngineChannel,
this.authenticationChannel = AccountsZohoChannel.europe,
});