NotifyExtension constructor

NotifyExtension({
  1. NIMUserInfo? fromUser,
  2. NIMTeam? team,
})

Implementation

NotifyExtension({this.fromUser, this.team});