getAddress abstract method
Returns a receiving address given an accountIndex and subaddressIndex.
If the addressIndex is zero, the main address for the given
accountIndex will be returned.
Implementation
Future<Address> getAddress({int accountIndex = 0, int addressIndex = 0});