initWallet method
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);
}