PluginTozny class

Constructors

PluginTozny(ClientCredentials credentials)

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readRecord(String recordID) Future<Record>
revoke(String type, String readerID) Future<void>
share(String type, String readerID) Future<void>
toString() String
A string representation of this object.
inherited
writeFile(String type, String fileURL, Map<String, String> plain) Future<RecordMeta>
writeRecord(String type, Map<String, String> data, Map<String, String> plain) Future<Record>

Operators

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

Static Properties

platformVersion Future<String>
no setter

Static Methods

register(String registrationToken, String clientName, {dynamic host = "https://api.e3db.com"}) Future<PluginTozny>