getActiveEntities method Null safety

Future<Map<String, dynamic>> getActiveEntities()

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();