exists #Checks if the given index exists in Kuzzle.Arguments #Future<bool> exists(String index)ArgumentTypeDescriptionindexStringIndex nameReturn #Returns a bool that indicates whether the index exists or not.Usage #final result = await kuzzle .index .exists('nyc-open-data');