initWallet method

Future<String> initWallet()

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

Implementation

Future<String> initWallet() {
  throw UnimplementedError('initWallet() has not been implemented.');
}