TikiSdkFlutterBuilder class

The TIKI SDK Flutter Builder

It handles TikiSdk initialization and defines default values for Flutter SDK.

Constructors

TikiSdkFlutterBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

address(String address) → void
The address of the blockchain node.
apiId(String apiId) → void
The apiId to connect to TIKI L0 Storage.
build() Future<TikiSdk>
Builds a new TikiSdk for Flutter.
databaseDir(String databaseDir) → void
The directory to be used by SQLite to store the database.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
origin(String origin) → void
The default origin for the ownership assignments.
toString() String
A string representation of this object.
inherited

Operators

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