onBackgroundCallEvent method

  1. @override
void onBackgroundCallEvent(
  1. BackgroundCallEventHandler handler
)
override

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");
}