getCustomerDetails abstract method

Future<Customer> getCustomerDetails(
  1. String id
)

Returns details of a customer and their instruments

Implementation

Future<Customer> getCustomerDetails(String id);