TikiSdkFlutterBuilder class Null safety

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.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

address(String address) → void
The address of the blockchain node.
apiKey(String apiKey) → void
The apiKey to connect to TIKI L0 Storage.
build() Future<TikiSdkFlutter>
Builds a new TikiSdkFlutter
databaseDir(String databaseDir) → void
The directory to be used by SQLite to store the database.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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