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