getActiveProfile method Null safety
Return the current active profile for the current user as a Map
Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#get-active-profile
Implementation
Future<Map<String, dynamic>> getActiveProfile();