extractAddress method
Loads the ethereum address specified by these credentials.
Implementation
@Deprecated('Please use [address]')
@override
Future<EthereumAddress> extractAddress() async {
return Future.value(address);
}
Loads the ethereum address specified by these credentials.
@Deprecated('Please use [address]')
@override
Future<EthereumAddress> extractAddress() async {
return Future.value(address);
}