list #Gets the complete list of indexes handled by Kuzzle.Arguments #Future<List<String>> list()Return #Returns an List<String> containing the list of index names handled by Kuzzle.Usage #final result = await kuzzle .index .list();