ResponseVerifyOTPModule constructor

ResponseVerifyOTPModule({
  1. required String message,
  2. String? token,
})

Implementation

ResponseVerifyOTPModule({
  required this.message,
  this.token,
}) : super(message: message);