removeObserver static method
Remove the callkit event handler.
Param identifier The custom handler identifier.
Implementation
static void removeObserver(ChatCallKitObserver handler) {
_impl.removeEventListener(handler);
}
Remove the callkit event handler.
Param identifier The custom handler identifier.
static void removeObserver(ChatCallKitObserver handler) {
_impl.removeEventListener(handler);
}