ConnectOtp constructor

ConnectOtp({
  1. required String otp,
})

Implementation

ConnectOtp({required this.otp}) : super(type: '@w3m-app/CONNECT_OTP');