receiveAddressAtIndex method

Future<Address> receiveAddressAtIndex(
  1. int index
)

Implementation

Future<Address> receiveAddressAtIndex(int index) =>
    addressAtIndex(typeIndex: 0, index: index);