resendContactPhoneCode method
ResponseFuture<ResendContactPhoneCodeResponse>
resendContactPhoneCode(
- ResendContactPhoneCodeRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.ResendContactPhoneCodeResponse> resendContactPhoneCode($0.ResendContactPhoneCodeRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$resendContactPhoneCode, request, options: options);
}