removeLast method

void removeLast()

Implementation

void removeLast() => _updateListState((curList) => curList..removeLast());