insertAt abstract method

void insertAt(
  1. int index,
  2. Card card
)

Implementation

void insertAt(int index, Card card);