resendPhoneCode method

ResponseFuture<ResendPhoneCodeResponse> resendPhoneCode(
  1. ResendPhoneCodeRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ResendPhoneCodeResponse> resendPhoneCode($0.ResendPhoneCodeRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$resendPhoneCode, request, options: options);
}