SauceNao class

Constructors

SauceNao({required String apiKey, Map<String, dynamic>? requestParams})

Properties

apiKey String
The api key for the sauce nao api You can get one by registring on sauce nao.
final
hashCode int
The hash code for this object.
no setterinherited
requestParams Map<String, dynamic>?
I hope you're sure about what you're doing. See docs here
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

find(String imageUrl, [Map<String, dynamic>? requestParams]) Future<SauceNaoResults>
Searches for the image on sauce nao. Returns a SauceNaoResults If no results are found, returns null. If an error occurs, throws an SauceNaoException. requestParams is here to override the default request params.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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