initWallet method

  1. @override
Future<String> initWallet()
override

Provisions a new Ethereum wallet backed by the platform's secure key storage and returns the EIP-55 checksummed address.

Implementation

@override
Future<String> initWallet() {
  return _invokeSignerString(SignerChannelMethod.initWallet);
}