removeObserver static method
Remove the callkit event handler.
Param identifier The custom handler identifier.
Implementation
static void removeObserver(ChatCallKitObserver handler) {
tools.log("ChatCallKitManager:removeObserver called");
_impl.removeEventListener(handler);
}