getAccountDetails method
Implementation
Future<dynamic> getAccountDetails() async {
final response = await requestHandler.get("accounts/$accountId/details/");
return response;
}
Future<dynamic> getAccountDetails() async {
final response = await requestHandler.get("accounts/$accountId/details/");
return response;
}