changeAddressAtIndex method

Future<Address> changeAddressAtIndex(
  1. int index
)

Implementation

Future<Address> changeAddressAtIndex(int index) =>
    addressAtIndex(typeIndex: 1, index: index);