SetUserSupportInfo constructor

SetUserSupportInfo({
  1. required int userId,
  2. FormattedText? message,
})

Implementation

SetUserSupportInfo({required this.userId, this.message});