MethodChannelReownYttrium class

An implementation of ReownYttriumPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

erc20TokenBalance({required String chainId, required String token, required String owner}) Future<String>
override
estimateFees({required String chainId}) Future<Eip1559EstimationCompat>
override
execute({required UiFieldsCompat uiFields, required List<PrimitiveSignatureCompat> routeTxnSigs, required PrimitiveSignatureCompat initialTxnSig}) Future<ExecuteDetailsCompat>
override
init({required String projectId, required PulseMetadataCompat pulseMetadata}) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareDetailed({required String chainId, required String from, required CallCompat call, required Currency localCurrency}) Future<PrepareDetailedResponseCompat>
override
toString() String
A string representation of this object.
inherited

Operators

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