SharePhoneNumber constructor
const
SharePhoneNumber({
- 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,
});