how to remove all elements from list in flutter code example Example: dart list remove item list.removeAt(3); // deleting item #3 on the list