remove

open suspend override fun remove(service: LocalService): Boolean

Attempts to remove a LocalService and suspends until it has been removed.

Return

true if the LocalService was removed, false if not

Parameters

service

the LocalService to remove