addOTPEmail method

ResponseFuture<AddOTPEmailResponse> addOTPEmail(
  1. AddOTPEmailRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.AddOTPEmailResponse> addOTPEmail($0.AddOTPEmailRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$addOTPEmail, request, options: options);
}