listSearchOptions abstract method

Future<Map<String, dynamic>> listSearchOptions(
  1. GlpiItemType itemType
)

Return all the searchOptions usable in search criteria for a given GlpiItemType.

Implementation

Future<Map<String, dynamic>> listSearchOptions(GlpiItemType itemType);