BdkChainFlutterImpl class

Implemented types

Constructors

BdkChainFlutterImpl(ExternalLibrary dylib)
factory
BdkChainFlutterImpl.raw(BdkChainFlutterPlatform _platform)
BdkChainFlutterImpl.wasm(FutureOr<WasmModule> module)
Only valid on web/WASM platforms.
factory

Properties

CounterFinalizer → OpaqueTypeFinalizer
no setteroverride
dropOpaqueCounter → DropFnType
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
kIncrementCounterConstMeta → FlutterRustBridgeTaskConstMeta
no setteroverride
kNewCounterConstMeta → FlutterRustBridgeTaskConstMeta
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareOpaqueCounter → ShareFnType
no setteroverride

Methods

dispose() → void
incrementCounter({required Counter counter, dynamic hint}) Future<int>
override
newCounter({dynamic hint}) Future<Counter>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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