sendOtp abstract method
- @POST('/phone-number/send-otp')
- @Body(nullToAbsent: true) required PhoneBody body,
Implementation
@POST('/phone-number/send-otp')
Future<Result<SendOTPResponse>> sendOtp({
@Body(nullToAbsent: true) required PhoneBody body,
});