ManageEngineController constructor

ManageEngineController({
  1. required ManageEngineChannel manageEngineChannel,
  2. AccountsZohoChannel authenticationChannel = AccountsZohoChannel.europe,
})

Implementation

ManageEngineController({
  required this.manageEngineChannel,
  this.authenticationChannel = AccountsZohoChannel.europe,
});