childRemoved abstract method
Obtains the "childRemoved" event stream of the node under a given path.
The "childRemoved" event is triggered when an immediate child is removed.
The resulting stream contains the removed values serialized to JSON by similar rules to get.
Implementation
Stream<String> childRemoved(String path);