How to remove item from mutableList in kotlin
I am scanning a list and adding a unique item in mutableList. Scanning a item through
ScanCallback but below example is using for
Kotlin Flow for better understand and make a simple use case. I am giving a example of emiting a different types of item.
Basically I want to a remove item a specific...