UpdateUserEmail constructor

UpdateUserEmail({
  1. required String? emailId,
})

Implementation

UpdateUserEmail({required this.emailId});