TokenOtpInput constructor

TokenOtpInput({
  1. required String token,
  2. required String otp,
})

Implementation

TokenOtpInput({required this.token, required this.otp});