onBackgroundCallEvent method
Registers a callback to handle the call events when the app is in the killed state.
Implementation
@override
void onBackgroundCallEvent(BackgroundCallEventHandler handler) {
_registerEventHandler(handler, "registerBackgroundCallEventHandler");
}