resendOtp_Pre method

Future<ResendOtpReply> resendOtp_Pre(
  1. ServiceCall call,
  2. Future<ResendOtpRequest> request
)

Implementation

$async.Future<$0.ResendOtpReply> resendOtp_Pre($grpc.ServiceCall call, $async.Future<$0.ResendOtpRequest> request) async {
  return resendOtp(call, await request);
}