Example #1
0
 public async Task <bool> requestOtp(string phoneNumber)
 {
     return(await otpService.RequestOtp(phoneNumber));
 }