removeItem method
dynamic
removeItem()
Implementation
removeItem() {
if (contextList.isEmpty) {
contextList = [];
}
contextList.removeLast();
}
removeItem() {
if (contextList.isEmpty) {
contextList = [];
}
contextList.removeLast();
}