onIncomingCallReceived method

  1. @override
void onIncomingCallReceived(
  1. Call call
)
override

Implementation

@override
void onIncomingCallReceived(Call call) {
  call.category = MessageCategoryConstants.call;
  _onMessageReceived(call, playSound: false, markRead: false);
}