MethodChannelBmoniEmbeddedSdk class
An implementation of BmoniEmbeddedSdkPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- BmoniEmbeddedSdkPlatform
- MethodChannelBmoniEmbeddedSdk
Constructors
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
-
deleteWallet(
) → Future< void> -
Deletes the wallet's encrypted private key file from on-device
storage. Idempotent: returns normally if no wallet exists.
override
-
initWallet(
) → Future< String> -
Provisions a new Ethereum wallet backed by the platform's secure key
storage and returns the EIP-55 checksummed address.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signMessage(
String message) → Future< String> -
Signs a UTF-8 message using the EIP-191
personal_signprefix.override -
signTransactionHash(
String hashHex) → Future< String> -
Signs a pre-computed 32-byte transaction or UserOperation hash.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited