onBackgroundMissedCallActionClicked method
void
onBackgroundMissedCallActionClicked(
- BackgroundMissedCallActionClickedHandler handler
override
Registers a callback to handle the notification action clicked over missed call notification when the app is in the killed state.
Implementation
@override
void onBackgroundMissedCallActionClicked(BackgroundMissedCallActionClickedHandler handler) {
_registerEventHandler(handler, "registerBackgroundMissedCallActionClickedHandler");
}