SharePhoneNumber constructor

const SharePhoneNumber({
  1. required int userId,
})

Shares the phone number of the current user with a mutual contact. Supposed to be called when the user clicks on chatActionBarSharePhoneNumber

Implementation

const SharePhoneNumber({
  required this.userId,
});