How to use/locate LocalBroadcastManager as described in google docs and Service broadcast doc?
LocalBroadcastManager
I tried to google it, but there is no code available to s
enter code here if (createSuccses){ val userDataChange=Intent(BRODCAST_USER_DATA_CHANGE) LocalBroadcastManager.getInstance(this).sendBroadcast( userDataChange ) enableSpinner(false) finish()