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