Algolia class

Constructors

Algolia.init({required String applicationId, required String apiKey, Map<String, String> extraHeaders = const {}})
const

Properties

applicationId String
final
extraHeaders Map<String, String>
final
hashCode int
The hash code for this object.
no setterinherited
instance Algolia
no setter
multipleQueries AlgoliaMultiIndexesReference
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIndices() Future<AlgoliaIndexesSnapshot>
index(String index) AlgoliaIndexReference
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setHeader(String key, String value) Algolia
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited