remove item dart code example Example: dart list remove item list.removeAt(3); // deleting item #3 on the list