simulateCrash method

void simulateCrash()

Implementation

void simulateCrash() {
  List<int>? list;
  list!.add(0);
}