changeActiveProfile method Null safety

Future<bool> changeActiveProfile(
  1. int profilesId
)

Change the active profile for the current user. Will throw an Exception if the request fails or if the selected id is incorrect. Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#change-active-profile.

Implementation

Future<bool> changeActiveProfile(int profilesId);