IpfsQueue class

Constructors

IpfsQueue()

Properties

flushFailed int
no setter
hashCode int
The hash code for this object.
no setterinherited
online bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findCid(int xx) String
insertToQueue(int xxHash, Uint8List attachement) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
push() Future<bool>
pushToPinataIPFS(String pinata_api_key, String pinata_secret_api_key, Uint8List data) Future<String>
setIpfsCredentials(String pinata_api_key, String pinata_secret_api_key, String endpointUrl) → dynamic
setOffline() → void
setOnline() → void
toString() String
A string representation of this object.
inherited

Operators

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