onContactDeleted method Null safety

void onContactDeleted(
  1. String? userName
)

Occurs when a user is removed from the contact list by another user.

Param userName The user who is removed from the contact list by another user.

Implementation

void onContactDeleted(String? userName);